diff options
author | Matt Wilson <msw@redhat.com> | 1999-12-08 03:52:07 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-12-08 03:52:07 +0000 |
commit | 4c735af87af1ebf89797d8f924d19888dfd82fb1 (patch) | |
tree | acc992a4ab1e9e1a91f896b6227e41dcacc50bc4 /anaconda | |
parent | 58a958eb4de9965d10aeee99109a96e540cdf4cd (diff) | |
download | anaconda-4c735af87af1ebf89797d8f924d19888dfd82fb1.tar.gz anaconda-4c735af87af1ebf89797d8f924d19888dfd82fb1.tar.xz anaconda-4c735af87af1ebf89797d8f924d19888dfd82fb1.zip |
checkin from 6.2 tree on porkchop (msw)
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,12 @@ if len(sys.argv) > 1: if (os.path.exists('isys')): sys.path.append('isys') + sys.path.append('rpmmodule') + sys.path.append('libfdisk') + sys.path.append('balkan') + sys.path.append('kudzu') + sys.path.append('gnome-map') + import gettext import traceback |