Skip to content

Commit

Permalink
Updated an import in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 7, 2012
1 parent 8353427 commit 2fc44c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""
from flask import Flask, render_template, request, g, session, flash, \
redirect, url_for, abort
from flaskext.openid import OpenID
from flask_openid import OpenID

from sqlalchemy import create_engine, Column, Integer, String
from sqlalchemy.orm import scoped_session, sessionmaker
Expand Down

0 comments on commit 2fc44c5

Please sign in to comment.