summaryrefslogtreecommitdiffstats
path: root/cobbler/serializable.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/serializable.py')
-rw-r--r--cobbler/serializable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/serializable.py b/cobbler/serializable.py
index 62dfd01..ba8f015 100644
--- a/cobbler/serializable.py
+++ b/cobbler/serializable.py
@@ -13,6 +13,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
"""
+from rhpl.translate import _, N_, textdomain, utf8
import exceptions
class Serializable: