summaryrefslogtreecommitdiffstats
path: root/cobbler/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/config.py')
-rw-r--r--cobbler/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cobbler/config.py b/cobbler/config.py
index 3a9bd79..92bd9b5 100644
--- a/cobbler/config.py
+++ b/cobbler/config.py
@@ -28,6 +28,9 @@ import collection_repos as repos
import settings
import serializer
+from rhpl.translate import _, N_, textdomain, utf8
+
+
class Config:
has_loaded = False