Code cleanup

This commit is contained in:
Matt Wright
2012-08-17 14:46:30 -04:00
parent a39f46854e
commit 2bd19f999d
8 changed files with 117 additions and 168 deletions
+1 -2
View File
@@ -20,6 +20,5 @@ from .decorators import auth_token_required, http_auth_required, \
from .forms import ForgotPasswordForm, LoginForm, RegisterForm, \
ResetPasswordForm, PasswordlessLoginForm
from .signals import confirm_instructions_sent, password_reset, \
password_reset_requested, reset_instructions_sent, user_confirmed, \
user_registered
reset_password_instructions_sent, user_confirmed, user_registered
from .utils import login_user, logout_user, url_for_security