Refactor forms and import other commonly used functions into package

This commit is contained in:
Matt Wright
2012-06-19 11:55:23 -04:00
parent 1f7c2625f7
commit a902530773
4 changed files with 51 additions and 22 deletions
+2
View File
@@ -10,6 +10,8 @@
:license: MIT, see LICENSE for more details.
"""
from flask.ext.login import login_user, logout_user
from .core import Security, RoleMixin, UserMixin, AnonymousUser, \
AuthenticationProvider, current_user
from .decorators import auth_token_required, http_auth_required, \