summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-05 16:50:14 +0000
committerMatt Wilson <msw@redhat.com>2000-01-05 16:50:14 +0000
commit5822939746eedacf9d20b8f59ac9ee106469f603 (patch)
treea7f1fb59502287b466f1e10ad4770af6af32c04d /xf86config.py
parent862c4f8430f50d9307d56be1e186ac36d2485399 (diff)
downloadanaconda-5822939746eedacf9d20b8f59ac9ee106469f603.tar.gz
anaconda-5822939746eedacf9d20b8f59ac9ee106469f603.tar.xz
anaconda-5822939746eedacf9d20b8f59ac9ee106469f603.zip
merge from sparc/alpha branch, more cleanups for monitor config and x config
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py
index 287e02d14..31d65bd3c 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -22,8 +22,8 @@ class XF86Config:
self.vidRam = None
self.monEisa = None
self.monName = None
- self.monHoriz = None
- self.monVert = None
+ self.monHoriz = ""
+ self.monVert = ""
self.monSect = None
self.monID = "Generic Monitor"
self.devID = None