diff --git a/flask_babelplus/constants.py b/flask_babelplus/constants.py index e9fb9ad..a9a1d6c 100644 --- a/flask_babelplus/constants.py +++ b/flask_babelplus/constants.py @@ -9,7 +9,7 @@ :copyright: (c) 2013 by Armin Ronacher, Daniel Neuhäuser and contributors. :license: BSD, see LICENSE for more details. """ -from werkzeug import ImmutableDict +from werkzeug.datastructures import ImmutableDict DEFAULT_LOCALE = "en" DEFAULT_TIMEZONE = "UTC"