diff options
author | Mike Fulbright <msf@redhat.com> | 2002-05-29 02:32:41 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-05-29 02:32:41 +0000 |
commit | e84ecca21723a5fa9e16f19fd7b5d470a750aa66 (patch) | |
tree | ed0d57463bd16847a51dffe4782139ebd9d9cb7f /installclass.py | |
parent | b1f91815794b9337d12f942340ff90e70390ede1 (diff) | |
download | anaconda-e84ecca21723a5fa9e16f19fd7b5d470a750aa66.tar.gz anaconda-e84ecca21723a5fa9e16f19fd7b5d470a750aa66.tar.xz anaconda-e84ecca21723a5fa9e16f19fd7b5d470a750aa66.zip |
fix to use rhpl correctly
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installclass.py b/installclass.py index 635567d02..6fcfcabd4 100644 --- a/installclass.py +++ b/installclass.py @@ -316,8 +316,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 rhpl.videocard - import rhpl.monitor + import rhpl.videocard as videocard + import rhpl.monitor as monitor # XXX they could have sensitive hardware, but we need this info =\ |