summaryrefslogtreecommitdiffstats
path: root/cobbler/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/commands.py')
-rw-r--r--cobbler/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/commands.py b/cobbler/commands.py
index 2dc627b..7a6a25b 100644
--- a/cobbler/commands.py
+++ b/cobbler/commands.py
@@ -14,7 +14,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
import optparse
from cexceptions import *
-from rhpl.translate import _, N_, textdomain, utf8
+from utils import _
import sys
HELP_FORMAT = "%-20s%s"