summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-23 18:50:34 +0000
committerMike Fulbright <msf@redhat.com>2002-05-23 18:50:34 +0000
commitae3f4e6d5a323f594b5bd3ee6013506b5b5ac380 (patch)
treebd7a3573d016385f02208662be47774a7c82b756 /textw
parent9828fc34cf4402bfad440123477dd5b8334b626d (diff)
downloadanaconda-ae3f4e6d5a323f594b5bd3ee6013506b5b5ac380.tar.gz
anaconda-ae3f4e6d5a323f594b5bd3ee6013506b5b5ac380.tar.xz
anaconda-ae3f4e6d5a323f594b5bd3ee6013506b5b5ac380.zip
move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhpl
Diffstat (limited to 'textw')
-rw-r--r--textw/xconfig_text.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/textw/xconfig_text.py b/textw/xconfig_text.py
index aec4b07c4..8bd9f7112 100644
--- a/textw/xconfig_text.py
+++ b/textw/xconfig_text.py
@@ -12,11 +12,12 @@
#
import copy
-from monitor import isValidSyncRange
-from videocard import Videocard_blacklist
from constants_text import *
from snack import *
+
from rhpl.translate import _
+from rhpl.monitor import isValidSyncRange
+from rhpl.videocard import Videocard_blacklist
ddc_monitor_string = _("DDC Probed Monitor")
unprobed_monitor_string = _("Unprobed Monitor")