summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/aetools.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/aetools.py')
-rw-r--r--Mac/Lib/aetools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/aetools.py b/Mac/Lib/aetools.py
index 1af761e..00ec18a 100644
--- a/Mac/Lib/aetools.py
+++ b/Mac/Lib/aetools.py
@@ -22,8 +22,8 @@ files: the pack stuff from aepack, the objects from aetypes.
from types import *
-import AE
-import AppleEvents
+from Carbon import AE
+from Carbon import AppleEvents
import MacOS
import sys