summaryrefslogtreecommitdiffstats
path: root/cobbler/item_distro.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/item_distro.py')
-rw-r--r--cobbler/item_distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/item_distro.py b/cobbler/item_distro.py
index 98eaae7..1e392a5 100644
--- a/cobbler/item_distro.py
+++ b/cobbler/item_distro.py
@@ -20,7 +20,7 @@ import weakref
import os
from cexceptions import *
-from rhpl.translate import _, N_, textdomain, utf8
+from utils import _
class Distro(item.Item):