summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--cobbler/remote.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 41e853a..1f8e6a3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Cobbler CHANGELOG
- Tue Jun 10 2008 - 1.0.3 (tentative)
- Fix typo in replicate code
+- remove rhpl reference
- Mon Jun 09 2008 - 1.0.2
- Fix mkdir invocation
diff --git a/cobbler/remote.py b/cobbler/remote.py
index 1a414f3..3d1a6a8 100644
--- a/cobbler/remote.py
+++ b/cobbler/remote.py
@@ -18,7 +18,6 @@ import socket
import time
import os
import SimpleXMLRPCServer
-from rhpl.translate import _, N_, textdomain, utf8
import xmlrpclib
import random
import base64
@@ -33,6 +32,7 @@ import item_distro
import item_profile
import item_system
import item_repo
+from utils import *
# FIXME: make configurable?
TOKEN_TIMEOUT = 60*60 # 60 minutes