diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 22:13:36 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 22:13:36 +0000 |
| commit | 4b64c2aa867660e881eda8ece1bb8ab78927e8f7 (patch) | |
| tree | bda42ca8884a698a31e5a440847a0bdf539230b3 | |
| parent | 50bf148afea14377a954983a3927035ed2be8ada (diff) | |
| download | cpython-git-4b64c2aa867660e881eda8ece1bb8ab78927e8f7.tar.gz | |
Put all AE constants into AppleEvents.py
| -rw-r--r-- | Mac/Contrib/PythonScript/baepack.py | 2 | ||||
| -rw-r--r-- | Mac/Contrib/PythonScript/baetypes.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Contrib/PythonScript/baepack.py b/Mac/Contrib/PythonScript/baepack.py index a0bbe5056b..26267acdf5 100644 --- a/Mac/Contrib/PythonScript/baepack.py +++ b/Mac/Contrib/PythonScript/baepack.py @@ -19,8 +19,6 @@ from string import strip from types import * import AE from AppleEvents import * -from AERegistry import * -from AEObjects import * import MacOS import macfs import StringIO diff --git a/Mac/Contrib/PythonScript/baetypes.py b/Mac/Contrib/PythonScript/baetypes.py index b0875482f3..1d8266d428 100644 --- a/Mac/Contrib/PythonScript/baetypes.py +++ b/Mac/Contrib/PythonScript/baetypes.py @@ -1,8 +1,6 @@ """aetypes - Python objects representing various AE types.""" from AppleEvents import * -from AERegistry import * -from AEObjects import * import struct from types import * import string |
