summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/ConfigurePython.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-01-28 17:46:50 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-01-28 17:46:50 (GMT)
commitc9bda41a210ed2235c1ba47dda8875696eda3850 (patch)
treeabef7bd67edadb5b8fec879871d45043b7de5174 /Mac/scripts/ConfigurePython.py
parentfcfef787ca18a7e85e8ce3b84bafe2cb12706dfa (diff)
downloadcpython-c9bda41a210ed2235c1ba47dda8875696eda3850.zip
cpython-c9bda41a210ed2235c1ba47dda8875696eda3850.tar.gz
cpython-c9bda41a210ed2235c1ba47dda8875696eda3850.tar.bz2
Updated for new build and plugin paths
Diffstat (limited to 'Mac/scripts/ConfigurePython.py')
-rw-r--r--Mac/scripts/ConfigurePython.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py
index 4065b84..8fd0a3c 100644
--- a/Mac/scripts/ConfigurePython.py
+++ b/Mac/scripts/ConfigurePython.py
@@ -89,9 +89,9 @@ def gotopluginfolder():
"""Go to the plugin folder, assuming we are somewhere in the Python tree"""
import os
- while not os.path.isdir(":Plugins"):
+ while not os.path.isdir(":Mac:Plugins"):
os.chdir("::")
- os.chdir(":Plugins")
+ os.chdir(":Mac:Plugins")
if verbose: print "current directory is", os.getcwd()
def loadtoolboxmodules():