diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 22:13:36 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 22:13:36 (GMT) |
commit | 4b64c2aa867660e881eda8ece1bb8ab78927e8f7 (patch) | |
tree | bda42ca8884a698a31e5a440847a0bdf539230b3 | |
parent | 50bf148afea14377a954983a3927035ed2be8ada (diff) | |
download | cpython-4b64c2aa867660e881eda8ece1bb8ab78927e8f7.zip cpython-4b64c2aa867660e881eda8ece1bb8ab78927e8f7.tar.gz cpython-4b64c2aa867660e881eda8ece1bb8ab78927e8f7.tar.bz2 |
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 a0bbe50..26267ac 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 b087548..1d8266d 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 |