summaryrefslogtreecommitdiffstats
path: root/Mac/Contrib
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Contrib')
-rw-r--r--Mac/Contrib/PythonScript/baepack.py2
-rw-r--r--Mac/Contrib/PythonScript/baetypes.py2
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