mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
Updated for new build and plugin paths
This commit is contained in:
parent
fcfef787ca
commit
c9bda41a21
3 changed files with 11 additions and 11 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue