diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-24 14:39:16 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-24 16:40:30 -0500 |
commit | a789b713f534156d923cf6cc9070559ac8b6c616 (patch) | |
tree | 3ff5976f721f4256aef104d33763fec2ca5c88fe /mediagoblin/gmg_commands | |
parent | 665b9c420aa1a7c768e44a8639b6fc185823e202 (diff) | |
download | mediagoblin-a789b713f534156d923cf6cc9070559ac8b6c616.tar.lz mediagoblin-a789b713f534156d923cf6cc9070559ac8b6c616.tar.xz mediagoblin-a789b713f534156d923cf6cc9070559ac8b6c616.zip |
Switching non-forms back to using normal pass_to_ugettext
Diffstat (limited to 'mediagoblin/gmg_commands')
-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 95b9425c..71abb982 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 lazy_pass_to_ugettext as _ +from mediagoblin.tools.translate import pass_to_ugettext as _ from mediagoblin.tools.common import simple_printer |