From 998a40a6d40a4ee5272f8683fbc3e9c801867fca Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 11 Sep 2001 13:08:10 +0000 Subject: [PATCH] Mods by Donovan Preston (with changes by me to make them "go with the flow") that will detect an __main__.py or __rawmain__.py in the application bundle. This file is then exectued as the main script. We now have applets in MachO Python!!! The difference between __main__ and __rawmain__ is that the former gets a complete simulated argv (so you can drop files on the applet and the script sees them in sys.argv) while the latter skips the argv simulation and the