summaryrefslogtreecommitdiffstats
path: root/installclass.py
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 /installclass.py
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 'installclass.py')
-rw-r--r--installclass.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/installclass.py b/installclass.py
index 115284b3f..833ead387 100644
--- a/installclass.py
+++ b/installclass.py
@@ -318,8 +318,8 @@ class BaseInstallClass:
def configureX(self, id, server = None, card = None, videoRam = None, monitorName = None, hsync = None, vsync = None, resolution = None, depth = None, noProbe = 0, startX = 0):
- import videocard
- import monitor
+ import rhpl.videocard
+ import rhpl.monitor
# XXX they could have sensitive hardware, but we need this info =\