Remove unnecessary exceptions file and more clean up

This commit is contained in:
Matt Wright
2012-08-23 20:39:43 -04:00
parent 6322b4cbe1
commit bdf61b146c
2 changed files with 0 additions and 53 deletions
-1
View File
@@ -257,7 +257,6 @@ def create_blueprint(state, import_name):
methods=['GET', 'POST'],
endpoint='login')(send_login)
bp.route(state.login_url + '/<token>',
methods=['GET'],
endpoint='token_login')(token_login)
else:
bp.route(state.login_url,