flask-color icon indicating copy to clipboard operation
flask-color copied to clipboard

Importing flask.ext.color is deprecated, use flask_color instead.

Open dielsonsales opened this issue 9 years ago • 1 comments

Since Flask 0.11, flask.ext is deprecated, what causes the following warning when using it:

ExtDeprecationWarning: Importing flask.ext.color is deprecated, use flask_color instead.

But trying to use:

import flask_color

gives me an error:

No module named flask_color

dielsonsales avatar Aug 20 '16 21:08 dielsonsales

Known issue, I haven't yet bothered to fix it.

Teemu avatar Aug 22 '16 17:08 Teemu