summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-04-04 15:06:17 +0000
committerChris Lumens <clumens@redhat.com>2006-04-04 15:06:17 +0000
commit97d15c9c275febd3a186f3a08a07f26ef8252e2c (patch)
tree672ce122260c1a91a7e7e72657c471de5893419c /installclass.py
parent0623985cf0ecd38e82abe05365a82371dbb70bcd (diff)
downloadanaconda-97d15c9c275febd3a186f3a08a07f26ef8252e2c.tar.gz
anaconda-97d15c9c275febd3a186f3a08a07f26ef8252e2c.tar.xz
anaconda-97d15c9c275febd3a186f3a08a07f26ef8252e2c.zip
Miscellaneous little cleanups.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/installclass.py b/installclass.py
index bdd7a7d83..4a41fdc67 100644
--- a/installclass.py
+++ b/installclass.py
@@ -401,7 +401,7 @@ class BaseInstallClass:
id.xsetup.xhwstate.set_videocard_name(primary.getDescription())
id.xsetup.xhwstate.set_videocard_driver(driver)
else:
- raise RuntimeError, "Unknown videocard specified: %s" %(card,)
+ raise RuntimeError, "Unknown video driver specified: %s" %(driver,)
if videoRam:
# FIXME: this required casting is ugly
@@ -554,7 +554,3 @@ def ordering(first, second):
return 1
return 0
-
-
-def requireDisplayMode():
- return None