summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
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 = {}