From: Greg Donald Date: 2007-04-21T03:40:54+09:00 Subject: Re: converting Python to Ruby - question about main() On 4/20/07, Jason Roelofs wrote: > > > Some Python programs have a couple lines of code like this: > > > > > > if __main__ == "__main__" I'm guessing the original poster probably meant this: if __name__ == '__main__': -- Greg Donald http://destiney.com/