Even more polish

This commit is contained in:
Matt Wright
2012-08-23 20:56:13 -04:00
parent b052e09cd6
commit f1c52d01aa
4 changed files with 31 additions and 69 deletions
+1 -1
View File
@@ -9,12 +9,12 @@
:license: MIT, see LICENSE for more details.
"""
from itsdangerous import URLSafeTimedSerializer
from flask import current_app
from flask.ext.login import AnonymousUser as AnonymousUserBase, \
UserMixin as BaseUserMixin, LoginManager, current_user
from flask.ext.principal import Principal, RoleNeed, UserNeed, Identity, \
identity_loaded
from itsdangerous import URLSafeTimedSerializer
from passlib.context import CryptContext
from werkzeug.datastructures import ImmutableList
from werkzeug.local import LocalProxy