Skip to content

Commit

Permalink
fixed "flask.ext." import in decorators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
1npo committed Jun 28, 2016
1 parent 14ffe05 commit 01249b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_user/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from functools import wraps
from flask import current_app
from flask.ext.login import current_user
from flask_login import current_user


def _call_or_get(function_or_property):
Expand Down

0 comments on commit 01249b9

Please sign in to comment.