summaryrefslogtreecommitdiffstats
path: root/cobbler/serializer.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/serializer.py')
-rw-r--r--cobbler/serializer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler/serializer.py b/cobbler/serializer.py
index 9a4925c..b74d6aa 100644
--- a/cobbler/serializer.py
+++ b/cobbler/serializer.py
@@ -19,6 +19,8 @@ import os
import cexceptions
import utils
+from rhpl.translate import _, N_, textdomain, utf8
+
def serialize(obj):
"""
Save an object to disk. Object must "implement" Serializable.