diff -r a5b4c60cdc5c -r 1e26ee53381f fixbot/nexus.py --- a/fixbot/nexus.py Sat Feb 20 20:48:37 2010 +0200 +++ b/fixbot/nexus.py Sat Feb 20 21:56:27 2010 +0200 @@ -61,10 +61,4 @@ # return the service collection return s - -if __name__ == '__main__' : - log.startLogging(sys.stderr) - nexus = Nexus() - reactor.run() -