diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-03 20:15:00 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-03 20:15:00 +0000 |
commit | f81d0711d4f0473e8ee68a693dbe25db823749ba (patch) | |
tree | 05f7b2de515789cfd3cad5683f9a54e21d80a5c8 /anaconda | |
parent | d7efe19ebacbb5837a3fc267d40abf2d5767dfd4 (diff) | |
download | anaconda-f81d0711d4f0473e8ee68a693dbe25db823749ba.tar.gz anaconda-f81d0711d4f0473e8ee68a693dbe25db823749ba.tar.xz anaconda-f81d0711d4f0473e8ee68a693dbe25db823749ba.zip |
oops - fix
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |