Export `webob.responce` objects in the `milla` namespace
parent
ab4ca55620
commit
02bc0ea404
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
'''
|
'''
|
||||||
from app import *
|
from app import *
|
||||||
from webob.exc import *
|
from webob.exc import *
|
||||||
|
from webob.response import *
|
||||||
|
|
Loading…
Reference in New Issue