summaryrefslogtreecommitdiffstats
path: root/minion/module_loader.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-28 15:37:55 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-28 15:37:55 -0400
commitfe2993777f86b479bec4e2daf7eef91813537f6d (patch)
tree2f993b7ae9eca2e0e2d1b65b3fef77f2bdc27156 /minion/module_loader.py
parent114dd90baf8d300e7ba6f058fe42a0d2ebdbd223 (diff)
parent99a55551d25a81bf019a90193f084eba386f2512 (diff)
downloadfunc-0.0.12.tar.gz
func-0.0.12.tar.xz
func-0.0.12.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcv0.0.12
Diffstat (limited to 'minion/module_loader.py')
-rwxr-xr-xminion/module_loader.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/minion/module_loader.py b/minion/module_loader.py
index eef7433..4538fb2 100755
--- a/minion/module_loader.py
+++ b/minion/module_loader.py
@@ -18,7 +18,8 @@
import distutils.sysconfig
import os
import sys
-from rhpl.translate import _
+from gettext import gettext
+_ = gettext
def module_walker(topdir):