summaryrefslogtreecommitdiff
path: root/Mac/Lib/findertools.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-25 12:15:04 +0000
committerJack Jansen <jack.jansen@cwi.nl>2001-08-25 12:15:04 +0000
commit5a6fdcd3718927109592c6df692fe24a8fdaee31 (patch)
tree3816c4cbfcf1533dee55a48a8eec2c3557ae44cc /Mac/Lib/findertools.py
parent6dba6bc0a226c2dd384d9311b9ad842be653c2b5 (diff)
downloadcpython-git-5a6fdcd3718927109592c6df692fe24a8fdaee31.tar.gz
Import the MacOS toolbox modules from the Carbon package.
Diffstat (limited to 'Mac/Lib/findertools.py')
-rw-r--r--Mac/Lib/findertools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/findertools.py b/Mac/Lib/findertools.py
index 7e1e3fd648..aeb6b93d4d 100644
--- a/Mac/Lib/findertools.py
+++ b/Mac/Lib/findertools.py
@@ -15,7 +15,7 @@ So bottom line: the processes() stuff does not work on < MacOS9
Mostly written by erik@letterror.com
"""
import Finder
-import AppleEvents
+from Carbon import AppleEvents
import aetools
import MacOS
import sys