]> granicus.if.org Git - python/commitdiff
Handle the ****/**** appleevent wildcard when called as a main program, so that it...
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 24 Sep 2000 22:00:11 +0000 (22:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 24 Sep 2000 22:00:11 +0000 (22:00 +0000)
Mac/Lib/lib-toolbox/MiniAEFrame.py

index 307715048365eb1a737b9f758735ccbacc71682a..31e68b638a99070cce6528c2baa42173f278e34d 100644 (file)
@@ -176,7 +176,7 @@ class _Test(AEServer, MiniApplication):
                AEServer.__init__(self)
                self.installaehandler('aevt', 'oapp', self.open_app)
                self.installaehandler('aevt', 'quit', self.quit)
-               self.installaehandler('aevt', '****', self.other)
+               self.installaehandler('****', '****', self.other)
                self.mainloop()
 
        def quit(self, **args):