summaryrefslogtreecommitdiffstats
path: root/bin/md5check.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/md5check.py')
-rwxr-xr-xbin/md5check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/md5check.py b/bin/md5check.py
index 04a76ab43..98f3c8107 100755
--- a/bin/md5check.py
+++ b/bin/md5check.py
@@ -5,7 +5,7 @@
import os,sys,string
os.environ["FEATURES"]="mirror cvs"
-sys.path = ["/usr/lib/portage/pym"]+sys.path
+sys.path.insert(0, os.environ.get("PORTAGE_PYM_PATH", "/usr/lib/portage/pym"))
import portage
from threading import *