]> granicus.if.org Git - python/commitdiff
Put all AE constants into AppleEvents.py
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 12 Dec 2000 22:13:36 +0000 (22:13 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 12 Dec 2000 22:13:36 +0000 (22:13 +0000)
Mac/Contrib/PythonScript/baepack.py
Mac/Contrib/PythonScript/baetypes.py

index a0bbe5056bea7c4e9c1ecbd222592962b6c2aefd..26267acdf577ac67948ee885f0b81e4233e6b9ba 100644 (file)
@@ -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
index b0875482f3b18de5985b22fe6adc48cf320f8f56..1d8266d42860b398739ec553d136d985ece48293 100644 (file)
@@ -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