summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-12-08 03:52:07 +0000
committerMatt Wilson <msw@redhat.com>1999-12-08 03:52:07 +0000
commit4c735af87af1ebf89797d8f924d19888dfd82fb1 (patch)
treeacc992a4ab1e9e1a91f896b6227e41dcacc50bc4 /anaconda
parent58a958eb4de9965d10aeee99109a96e540cdf4cd (diff)
downloadanaconda-4c735af87af1ebf89797d8f924d19888dfd82fb1.tar.gz
anaconda-4c735af87af1ebf89797d8f924d19888dfd82fb1.tar.xz
anaconda-4c735af87af1ebf89797d8f924d19888dfd82fb1.zip
checkin from 6.2 tree on porkchop (msw)
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda6
1 files changed, 6 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 636fdcb92..689cbc1c1 100755
--- a/anaconda
+++ b/anaconda
@@ -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