Export webob.request objects in the milla namespace
parent
9fa85fac47
commit
132a5c1ffc
|
@ -3,4 +3,5 @@
|
||||||
'''
|
'''
|
||||||
from app import *
|
from app import *
|
||||||
from webob.exc import *
|
from webob.exc import *
|
||||||
|
from webob.request import *
|
||||||
from webob.response import *
|
from webob.response import *
|
||||||
|
|
Loading…
Reference in New Issue