diff options
author | Aditi Mittal <aditi.iitr@gmail.com> | 2013-04-22 19:18:45 +0530 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-24 16:40:29 -0500 |
commit | 665b9c420aa1a7c768e44a8639b6fc185823e202 (patch) | |
tree | e5e66f995ea01acff8a1c646409751593f211ecd /mediagoblin/gmg_commands/theme.py | |
parent | 50cb5122209e08d473d12ca4afb03bb58562a61c (diff) | |
download | mediagoblin-665b9c420aa1a7c768e44a8639b6fc185823e202.tar.lz mediagoblin-665b9c420aa1a7c768e44a8639b6fc185823e202.tar.xz mediagoblin-665b9c420aa1a7c768e44a8639b6fc185823e202.zip |
Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.
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 |