diff options
Diffstat (limited to 'mediagoblin/gmg_commands/theme.py')
-rw-r--r-- | mediagoblin/gmg_commands/theme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/theme.py b/mediagoblin/gmg_commands/theme.py index 71abb982..95b9425c 100644 --- a/mediagoblin/gmg_commands/theme.py +++ b/mediagoblin/gmg_commands/theme.py @@ -18,7 +18,7 @@ import os from mediagoblin.init import setup_global_and_app_config from mediagoblin.tools.theme import register_themes -from mediagoblin.tools.translate import pass_to_ugettext as _ +from mediagoblin.tools.translate import lazy_pass_to_ugettext as _ from mediagoblin.tools.common import simple_printer |