diff options
Diffstat (limited to 'Mac/Lib/findertools.py')
-rw-r--r-- | Mac/Lib/findertools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/findertools.py b/Mac/Lib/findertools.py index 7e1e3fd..aeb6b93 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 |