summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-03 20:15:00 +0000
committerMatt Wilson <msw@redhat.com>1999-08-03 20:15:00 +0000
commitf81d0711d4f0473e8ee68a693dbe25db823749ba (patch)
tree05f7b2de515789cfd3cad5683f9a54e21d80a5c8 /anaconda
parentd7efe19ebacbb5837a3fc267d40abf2d5767dfd4 (diff)
downloadanaconda-f81d0711d4f0473e8ee68a693dbe25db823749ba.tar.gz
anaconda-f81d0711d4f0473e8ee68a693dbe25db823749ba.tar.xz
anaconda-f81d0711d4f0473e8ee68a693dbe25db823749ba.zip
oops - fix
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 7ea7446ce..fb237f809 100755
--- a/anaconda
+++ b/anaconda
@@ -54,7 +54,7 @@ if (os.path.exists('rpmmodule')):
sys.path.append('balkan')
sys.path.append('rpmmodule')
sys.path.append('isys')
-elif (mode == None):
+#elif (mode == None):
# try:
# f = open('/dev/fb0', 'r')
# f.close()