From 02bc0ea4046d25bdfa479095b6a2344baf50d008 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 27 Mar 2011 14:52:48 -0500 Subject: [PATCH] Export `webob.responce` objects in the `milla` namespace --- src/milla/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/milla/__init__.py b/src/milla/__init__.py index 307ad66..3742c8a 100644 --- a/src/milla/__init__.py +++ b/src/milla/__init__.py @@ -2,4 +2,5 @@ ''' from app import * -from webob.exc import * \ No newline at end of file +from webob.exc import * +from webob.response import *