summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/custom.py2
-rw-r--r--installclasses/laptop.py2
-rw-r--r--installclasses/server.py2
-rw-r--r--installclasses/upgradeclass.py4
-rw-r--r--installclasses/workstation.py2
5 files changed, 6 insertions, 6 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py
index 2789d823a..9ae165dc9 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -1,5 +1,5 @@
from installclass import BaseInstallClass
-from translate import N_
+from rhpl.translate import N_
from constants import *
import os
import iutil
diff --git a/installclasses/laptop.py b/installclasses/laptop.py
index cfb780d48..b575aa3df 100644
--- a/installclasses/laptop.py
+++ b/installclasses/laptop.py
@@ -1,5 +1,5 @@
import workstation
-from translate import N_
+from rhpl.translate import N_
import os
import pcmcia
diff --git a/installclasses/server.py b/installclasses/server.py
index 44551963f..e1bde3b5f 100644
--- a/installclasses/server.py
+++ b/installclasses/server.py
@@ -1,5 +1,5 @@
from installclass import BaseInstallClass
-from translate import *
+from rhpl.translate import *
from constants import *
import os
import iutil
diff --git a/installclasses/upgradeclass.py b/installclasses/upgradeclass.py
index 61f14827f..1aee1a175 100644
--- a/installclasses/upgradeclass.py
+++ b/installclasses/upgradeclass.py
@@ -1,6 +1,6 @@
from installclass import BaseInstallClass
-from translate import N_
-from translate import _
+from rhpl.translate import N_, _
+
import os
import iutil
diff --git a/installclasses/workstation.py b/installclasses/workstation.py
index addf913bd..c8556c37a 100644
--- a/installclasses/workstation.py
+++ b/installclasses/workstation.py
@@ -1,5 +1,5 @@
from installclass import BaseInstallClass
-from translate import N_
+from rhpl.translate import N_
from constants import *
import os
import iutil