summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-02-11 13:36:22 -0500
committerBill Nottingham <notting@redhat.com>2008-02-11 13:36:22 -0500
commitf2f75a9774560f58ab4553f93812e500276c9a7f (patch)
tree0553c04358d4a3896b39ec57fd955867dab01976 /installclass.py
parent4195005f05b87bbd75c6d9dc5ca034cceecaa4b7 (diff)
parent0020bc8dc4458fb6ff1a7d42ad5c3eb5c85306c8 (diff)
downloadanaconda-f2f75a9774560f58ab4553f93812e500276c9a7f.tar.gz
anaconda-f2f75a9774560f58ab4553f93812e500276c9a7f.tar.xz
anaconda-f2f75a9774560f58ab4553f93812e500276c9a7f.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index e9fcbe5cc..6fac4217f 100644
--- a/installclass.py
+++ b/installclass.py
@@ -497,7 +497,7 @@ def availableClasses(showHidden=0):
# append the location of installclasses to the python path so we
# can import them
- sys.path.append(path)
+ sys.path.insert(0, path)
files = os.listdir(path)
done = {}