summaryrefslogtreecommitdiffstats
path: root/cobbler/cobbler.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/cobbler.py')
-rwxr-xr-xcobbler/cobbler.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cobbler/cobbler.py b/cobbler/cobbler.py
index c02302e..c164244 100755
--- a/cobbler/cobbler.py
+++ b/cobbler/cobbler.py
@@ -23,7 +23,7 @@ import optparse
import commands
from cexceptions import *
-from rhpl.translate import _, N_, textdomain, utf8
+from utils import _
I18N_DOMAIN = "cobbler"
####################################################
@@ -31,7 +31,6 @@ I18N_DOMAIN = "cobbler"
class BootCLI:
def __init__(self):
- textdomain(I18N_DOMAIN)
self.api = api.BootAPI()
self.loader = commands.FunctionLoader()
climods = self.api.get_modules_in_category("cli")