Switched to relative imports in the package

This commit is contained in:
Armin Ronacher 2010-07-04 20:00:23 +02:00
parent bca1acf1f3
commit 80eb6cfffc
6 changed files with 21 additions and 21 deletions

View file

@ -11,8 +11,8 @@
from werkzeug.exceptions import HTTPException
from flask.globals import _request_ctx_stack
from flask.session import _NullSession
from .globals import _request_ctx_stack
from .session import _NullSession
class _RequestGlobals(object):