1
0
forked from s434650/CatOrNot
CatOrNot/venv/lib/python3.6/site-packages/wtforms/ext/appengine/__init__.py
2018-12-11 00:32:28 +01:00

9 lines
269 B
Python

import warnings
warnings.warn(
'wtforms.ext.appengine is deprecated, and will be removed in WTForms 3.0. '
'The package has been split out into its own package, wtforms-appengine: '
'https://github.com/wtforms/wtforms-appengine ',
DeprecationWarning
)