Open saintsGrad15 opened 1 year ago
When viewing the public docs I see that the import code sample still displays from flask.ext.openid import OpenID.
from flask.ext.openid import OpenID
It appears that the latest code on main contains the correct import statement: from flask_openid import OpenID.
main
from flask_openid import OpenID
I'm not sure how your docs get built and published but it appears something has gone awry.
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.