flask-openid
flask-openid copied to clipboard
Docs page hasn't been update with latest code
When viewing the public docs I see that the import code sample still displays from flask.ext.openid import OpenID
.
It appears that the latest code on main
contains the correct import statement: from flask_openid import OpenID
.
I'm not sure how your docs get built and published but it appears something has gone awry.