diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-09 17:20:20 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-09 17:20:20 +0000 |
commit | 78b963e8a762936644dd62f88a1753d1dcb931b8 (patch) | |
tree | 952e62f899d3b7985597bed0c4df4c1f5a0c6f8b /anaconda | |
parent | a08252b5802a37f746cafe85d30334da4bbbd1ca (diff) | |
download | anaconda-78b963e8a762936644dd62f88a1753d1dcb931b8.tar.gz anaconda-78b963e8a762936644dd62f88a1753d1dcb931b8.tar.xz anaconda-78b963e8a762936644dd62f88a1753d1dcb931b8.zip |
we don't have a rpmmodule directory anymore...
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ import sys, os, signal signal.signal(signal.SIGINT, signal.SIG_DFL) # For anaconda in test mode -if (os.path.exists('rpmmodule')): +if (os.path.exists('isys')): sys.path.append('libfdisk') sys.path.append('balkan') sys.path.append('gnome-map') |