uncomment python path

This commit is contained in:
Sebastian Sdorra
2011-09-22 18:41:54 +02:00
parent 448e1bc8af
commit 29ba1d5607

View File

@@ -31,8 +31,7 @@
import sys, os
pythonPath = ''
# pythonPath = os.environ['SCM_PYTHON_PATH']
pythonPath = os.environ['SCM_PYTHON_PATH']
if len(pythonPath) > 0:
pathParts = pythonPath.split(os.pathsep)