Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #115 from jasongrout/openid-import
Browse files Browse the repository at this point in the history
Fix the import for openid
  • Loading branch information
kini committed Nov 21, 2012
2 parents c384b4e + 679e43f commit 6a42da6
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 6a42da6

Please sign in to comment.