Skip to content

Commit

Permalink
Fix the import for openid, as per http://flask.pocoo.org/docs/extensi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Grout committed Nov 21, 2012
1 parent c384b4e commit 679e43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_version/base.py
Expand Up @@ -7,7 +7,7 @@

from flaskext.autoindex import AutoIndex
SRC = os.path.join(os.environ['SAGE_ROOT'], 'devel', 'sage', 'sage')
from flaskext.openid import OpenID
from flask.ext.openid import OpenID
from flaskext.babel import Babel, gettext, ngettext, lazy_gettext, get_locale
from sagenb.misc.misc import SAGENB_ROOT, DATA, SAGE_DOC, translations_path

Expand Down

0 comments on commit 679e43f

Please sign in to comment.