diff options
author | Mike Fulbright <msf@redhat.com> | 2000-04-20 20:27:59 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-04-20 20:27:59 +0000 |
commit | 4fc505d551e9795a569135dfe24ddfc44c97a7c0 (patch) | |
tree | 92170eaccb3bed4d6a2505766030dcad4258268d /anaconda | |
parent | 64aa471ace3dd5cdba8a32902d9b59274eeb1470 (diff) | |
download | anaconda-4fc505d551e9795a569135dfe24ddfc44c97a7c0.tar.gz anaconda-4fc505d551e9795a569135dfe24ddfc44c97a7c0.tar.xz anaconda-4fc505d551e9795a569135dfe24ddfc44c97a7c0.zip |
Fixups to make modules findable after text and gui file renaming
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,12 +10,15 @@ sys.path.append('/usr/lib/anaconda') # For anaconda in test mode if (os.path.exists('rpmmodule')): - sys.path.append('rpmmodule') +# sys.path.append('rpmmodule') sys.path.append('libfdisk') sys.path.append('balkan') - sys.path.append('kudzu') +# sys.path.append('kudzu') sys.path.append('gnome-map') sys.path.append('isys') + sys.path.append('textw') + sys.path.append('iw') + os.environ['HOME'] = '/tmp' |