summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
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 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 =\