summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/authz_allowall.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/modules/authz_allowall.py')
-rw-r--r--cobbler/modules/authz_allowall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/modules/authz_allowall.py b/cobbler/modules/authz_allowall.py
index 1b05630..10d4b17 100644
--- a/cobbler/modules/authz_allowall.py
+++ b/cobbler/modules/authz_allowall.py
@@ -16,7 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
import distutils.sysconfig
import ConfigParser
import sys
-from rhpl.translate import _, N_, textdomain, utf8
+from utils import _
plib = distutils.sysconfig.get_python_lib()
mod_path="%s/cobbler" % plib