summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/test/tell.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/test/tell.py')
-rw-r--r--Mac/Lib/test/tell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/test/tell.py b/Mac/Lib/test/tell.py
index 74e0ca0..fcacb7e 100644
--- a/Mac/Lib/test/tell.py
+++ b/Mac/Lib/test/tell.py
@@ -1,8 +1,8 @@
# (Slightly less) primitive operations for sending Apple Events to applications.
# This could be the basis of a Script Editor like application.
-from AE import *
-from AppleEvents import *
+from Carbon.AE import *
+from Carbon.AppleEvents import *
import aetools
import types