Export `webob.responce` objects in the `milla` namespace

master
Dustin C. Hatch 2011-03-27 14:52:48 -05:00
parent ab4ca55620
commit 02bc0ea404
1 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@
'''
from app import *
from webob.exc import *
from webob.response import *