summaryrefslogtreecommitdiffstats
path: root/cobbler/serializable.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-09 16:42:57 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-09 16:42:57 -0400
commit4e33bffad605c41ebae28142eaf5203b4465f809 (patch)
treeb4ece2779ea03b8ef2c08c70b283509d249936ab /cobbler/serializable.py
parenta5575530aee5642bfb0d99af5088d0519845b0f4 (diff)
downloadcobbler-4e33bffad605c41ebae28142eaf5203b4465f809.tar.gz
cobbler-4e33bffad605c41ebae28142eaf5203b4465f809.tar.xz
cobbler-4e33bffad605c41ebae28142eaf5203b4465f809.zip
Two things -- (A) remove rhpl dep as we aren't using it and we want to use
more standard xlat for other distros potentially, (B) fix the kerb module some more.
Diffstat (limited to 'cobbler/serializable.py')
-rw-r--r--cobbler/serializable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/serializable.py b/cobbler/serializable.py
index ba8f0156..ad9e64e1 100644
--- a/cobbler/serializable.py
+++ b/cobbler/serializable.py
@@ -13,7 +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
+from utils import _
import exceptions
class Serializable: