Switching non-forms back to using normal pass_to_ugettext
[mediagoblin.git] / mediagoblin / gmg_commands / theme.py
index 95b9425cec6e7af0a6facf49100e1c5aec12536a..71abb982f2e56952bf120ecb373cb567baca4cdb 100644 (file)
@@ -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