summaryrefslogtreecommitdiffstats
path: root/xserver.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-22 14:44:50 +0000
committerMatt Wilson <msw@redhat.com>1999-08-22 14:44:50 +0000
commit7dad9b6d54dae28df9544dc9e948443c012e172e (patch)
tree525a73f87a63b5c2419213891ef13f381bab1ea5 /xserver.py
parent7a6722a0bc92bcf16dbda773048ff65bd29ece5d (diff)
downloadanaconda-7dad9b6d54dae28df9544dc9e948443c012e172e.tar.gz
anaconda-7dad9b6d54dae28df9544dc9e948443c012e172e.tar.xz
anaconda-7dad9b6d54dae28df9544dc9e948443c012e172e.zip
missing :
Diffstat (limited to 'xserver.py')
-rw-r--r--xserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver.py b/xserver.py
index b0c5e03aa..2273e1b52 100644
--- a/xserver.py
+++ b/xserver.py
@@ -90,7 +90,7 @@ def startX():
print ("CardDB missing SERVER for " + driver[5:] + ".\n"
"Falling back to VGA16")
serverPath = '/usr/X11R6/bin/XF86_VGA16'
- else
+ else:
if len (driver) > 7 and driver[0:7] == "Server:":
serverPath = '/usr/X11R6/bin/XF86_' + driver[7:]