]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Forgot to do os.path.basename() on mainprogram: a nonworking app was built if the...
authorJust van Rossum <just@letterror.com>
Fri, 29 Nov 2002 21:22:33 +0000 (21:22 +0000)
committerJust van Rossum <just@letterror.com>
Fri, 29 Nov 2002 21:22:33 +0000 (21:22 +0000)
commit24884f76c6b59aa9cd716174907a02d5d172c2fc
treed0f92ff4c6a35c625fc68cbba602cf2c8c2e8e70
parent3eb166b49b2a290441f7597c413082ae45b59bb6
Forgot to do os.path.basename() on mainprogram: a nonworking app was built if the mainprogram wan't in the current directory. Fixed.
Mac/Lib/bundlebuilder.py