Export webob.request objects in the milla namespace

master
Dustin C. Hatch 2011-03-27 22:04:34 -05:00
parent 9fa85fac47
commit 132a5c1ffc
1 changed files with 1 additions and 0 deletions

View File

@ -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 *