Updated for new build and plugin paths

This commit is contained in:
Jack Jansen 1999-01-28 17:46:50 +00:00
parent fcfef787ca
commit c9bda41a21
3 changed files with 11 additions and 11 deletions

View file

@ -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():