summaryrefslogtreecommitdiffstats
path: root/cobbler/action_reposync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-30 12:41:20 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-30 12:41:20 -0400
commit590d34eea4ea12b5182b9153430e804f9cd555d1 (patch)
treef2a4610373c2103857992171299419ff3293212d /cobbler/action_reposync.py
parentea7e54b25cc67bf196f508eb704110ef125664fb (diff)
downloadthird_party-cobbler-590d34eea4ea12b5182b9153430e804f9cd555d1.tar.gz
third_party-cobbler-590d34eea4ea12b5182b9153430e804f9cd555d1.tar.xz
third_party-cobbler-590d34eea4ea12b5182b9153430e804f9cd555d1.zip
Fix missing rhpl import for i18n
Diffstat (limited to 'cobbler/action_reposync.py')
-rw-r--r--cobbler/action_reposync.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler/action_reposync.py b/cobbler/action_reposync.py
index 0f6cfe2..0df8059 100644
--- a/cobbler/action_reposync.py
+++ b/cobbler/action_reposync.py
@@ -25,6 +25,8 @@ from cexceptions import *
import traceback
import errno
+from rhpl.translate import _, N_, textdomain, utf8
+
class RepoSync:
"""
Handles conversion of internal state to the tftpboot tree layout