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/EditPythonPrefs.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/EditPythonPrefs.py')
-rw-r--r-- | Mac/scripts/EditPythonPrefs.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py index 711c756..f070d82 100644 --- a/Mac/scripts/EditPythonPrefs.py +++ b/Mac/scripts/EditPythonPrefs.py @@ -1,8 +1,4 @@ """Edit the Python Preferences file.""" -import addpack -addpack.addpack('Tools') -addpack.addpack('bgen') -addpack.addpack('evt') from Dlg import * from Events import * |