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, 2 insertions, 0 deletions
diff --git a/cobbler/item_distro.py b/cobbler/item_distro.py
index 3f5dcce6..40a8a7eb 100644
--- a/cobbler/item_distro.py
+++ b/cobbler/item_distro.py
@@ -20,6 +20,8 @@ import weakref
import os
import cexceptions
+from rhpl.translate import _, N_, textdomain, utf8
+
class Distro(item.Item):
#def __init__(self,config):