diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-10-10 15:49:36 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-10-10 15:49:36 (GMT) |
commit | bb748622f69a60d221362593d3b7c47cace2eb6e (patch) | |
tree | 1d502deeb8b038e6a43dd4494fd4e55971453660 /Mac | |
parent | 188db7f343a8966102143e866ca9729e98e5b8dc (diff) | |
download | cpython-bb748622f69a60d221362593d3b7c47cace2eb6e.zip cpython-bb748622f69a60d221362593d3b7c47cace2eb6e.tar.gz cpython-bb748622f69a60d221362593d3b7c47cace2eb6e.tar.bz2 |
Fixup sys.path to be able to find macostools
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/scripts/ConfigurePython.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py index 6ac0d16..da94189 100644 --- a/Mac/scripts/ConfigurePython.py +++ b/Mac/scripts/ConfigurePython.py @@ -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 |