Can someone expound on this a bit more?
Is
if __name__ == '__main__': main()
required for App Engine to work properly? Or is it sufficient to
simply define a main() function in your script and App Engine will
call it appropriately?
Thanks.
On Dec 16 2008, 11:40 am, Dan Sanderson <
dansander...@google.com>
wrote: