Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Commit c6750bb

Browse files
committed
Import flask.ext.googleauth in README
Use an official way to import extensions. See also: http://flask.pocoo.org/docs/extensions/#using-extensions
1 parent 57f638a commit c6750bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Example usage for Google Federated Login. Greate for internal apps.
1212
Require an account from a given Google Apps domain for your Flask apps::
1313

1414
from flask import Flask
15-
from flask_googleauth import GoogleFederated
15+
from flask.ext.googleauth import GoogleFederated
1616

1717
# Setup Flask
1818
app = Flask(__name__)

0 commit comments

Comments
 (0)