Closed cvrebert closed 11 years ago
e.g. the "Usage" section of http://pythonhosted.org/Flask-SeaSurf/ has in its example code snippet:
from flaskext.seasurf import SeaSurf
instead of:
from flask.ext.seasurf import SeaSurf
Probably time to move these to ReadTheDocs.
https://flask-seasurf.readthedocs.org/en/latest/
e.g. the "Usage" section of http://pythonhosted.org/Flask-SeaSurf/ has in its example code snippet:
instead of: