[Bugfix] Fix for "Move from Flask-Babel to Flask-BabelEx"

I forgot to fix this in calendar_system.gregorian…
This commit is contained in:
Gergely Polonkai 2018-07-02 13:34:20 +02:00
parent 7cb46c476b
commit f41cf43f80
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from datetime import datetime, timedelta
from flask_babel import lazy_gettext as _
from flask_babelex import lazy_gettext as _
from . import CalendarSystem