Kaydet (Commit) 4b64c2aa authored tarafından Jack Jansen's avatar Jack Jansen

Put all AE constants into AppleEvents.py

üst 50bf148a
...@@ -19,8 +19,6 @@ from string import strip ...@@ -19,8 +19,6 @@ from string import strip
from types import * from types import *
import AE import AE
from AppleEvents import * from AppleEvents import *
from AERegistry import *
from AEObjects import *
import MacOS import MacOS
import macfs import macfs
import StringIO import StringIO
......
"""aetypes - Python objects representing various AE types.""" """aetypes - Python objects representing various AE types."""
from AppleEvents import * from AppleEvents import *
from AERegistry import *
from AEObjects import *
import struct import struct
from types import * from types import *
import string import string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment