diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-02-20 15:54:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-02-20 15:54:44 (GMT) |
commit | 5e58bcdb7a086d22289cd661072ac5acc1fae721 (patch) | |
tree | 6e89bbf21de962ca5206c35c1993301bd1ea820c /Mac/Lib/lib-toolbox/aetools.py | |
parent | 7c2fddf42359e596f2cbc322dba6409958dfc00d (diff) | |
download | cpython-5e58bcdb7a086d22289cd661072ac5acc1fae721.zip cpython-5e58bcdb7a086d22289cd661072ac5acc1fae721.tar.gz cpython-5e58bcdb7a086d22289cd661072ac5acc1fae721.tar.bz2 |
Regenerated from Universal Headers 3.0.1 (which are changed
substantially from previous releases)
Diffstat (limited to 'Mac/Lib/lib-toolbox/aetools.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/aetools.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Lib/lib-toolbox/aetools.py b/Mac/Lib/lib-toolbox/aetools.py index 59e0e0c..5a8d314 100644 --- a/Mac/Lib/lib-toolbox/aetools.py +++ b/Mac/Lib/lib-toolbox/aetools.py @@ -151,7 +151,6 @@ class TalkTo: def start(self): """Start the application, if it is not running yet""" - self.send_flags = AppleEvents.kAENoReply _launch(self.target_signature) def newevent(self, code, subcode, parameters = {}, attributes = {}): |