Skip to content

Commit

Permalink
Merge pull request #3 from vzarskus/patch-1
Browse files Browse the repository at this point in the history
Update constants.py
  • Loading branch information
sh4nks authored Feb 10, 2020
2 parents bb58128 + a57d2cd commit d636fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_babelplus/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d636fed

Please sign in to comment.