From c9bda41a210ed2235c1ba47dda8875696eda3850 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 28 Jan 1999 17:46:50 +0000 Subject: Updated for new build and plugin paths --- Mac/scripts/ConfigurePython.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mac/scripts/ConfigurePython.py') diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py index 4065b848be..8fd0a3c095 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(): -- cgit v1.2.1