greylag.py: Don't exit on error unless we're __main__
commit7d91a094b64c9f9f6c14c3ed52be74ce29440f32
authorMichael Coleman <tutufan@gmail.com>
Thu, 8 Mar 2007 01:55:59 +0000 (7 19:55 -0600)
committerMichael Coleman <tutufan@gmail.com>
Thu, 8 Mar 2007 01:55:59 +0000 (7 19:55 -0600)
treecdc0889ec1adec572485e42cf23919f93c72d7a1
parent8e4d802791dcec9049d5436bc5b42ed54032e47a
greylag.py: Don't exit on error unless we're __main__

Have error() throw an exception instead of sys.exit()'ing, if imported.
Plus whitespace cleanups.
greylag.py