summaryrefslogtreecommitdiffstats
path: root/cobbler/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/utils.py')
-rw-r--r--cobbler/utils.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/cobbler/utils.py b/cobbler/utils.py
index 4d2b635..8757762 100644
--- a/cobbler/utils.py
+++ b/cobbler/utils.py
@@ -22,7 +22,11 @@ import shutil
import string
import traceback
from cexceptions import *
-from rhpl.translate import _, N_, textdomain, utf8
+
+#placeholder for translation
+def _(foo):
+ return foo
+
MODULE_CACHE = {}