mirror of https://github.com/python/cpython
Fixup sys.path to be able to find macostools
This commit is contained in:
parent
188db7f343
commit
bb748622f6
|
@ -162,6 +162,7 @@ def main():
|
|||
|
||||
loadtoolboxmodules()
|
||||
|
||||
sys.path.append('::Mac:Lib')
|
||||
import macostools
|
||||
|
||||
# Remove old .slb aliases and collect a list of .slb files
|
||||
|
|
Loading…
Reference in New Issue