diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-20 16:15:35 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-20 16:15:35 (GMT) |
commit | 32cb80cea8f82d8da4e078fc0710729baedb41fc (patch) | |
tree | e94289501a849969d7caed126c8f7c5ae3369422 /Mac/scripts/PackLibDir.py | |
parent | 442e7202f898e59e37323dcab14ca650b4d87522 (diff) | |
download | cpython-32cb80cea8f82d8da4e078fc0710729baedb41fc.zip cpython-32cb80cea8f82d8da4e078fc0710729baedb41fc.tar.gz cpython-32cb80cea8f82d8da4e078fc0710729baedb41fc.tar.bz2 |
Removed addpack calls for toolbox modules, re-binhexed resources (sigh)
Diffstat (limited to 'Mac/scripts/PackLibDir.py')
-rw-r--r-- | Mac/scripts/PackLibDir.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/scripts/PackLibDir.py b/Mac/scripts/PackLibDir.py index cd9fc9a..2afb26f 100644 --- a/Mac/scripts/PackLibDir.py +++ b/Mac/scripts/PackLibDir.py @@ -1,9 +1,5 @@ # # Turn a pyc file into a resource file containing it in 'PYC ' resource form -import addpack -addpack.addpack('Tools') -addpack.addpack('bgen') -addpack.addpack('res') from Res import * import Res from Resources import * |