# HG changeset patch # User Tero Marttila # Date 1266695787 -7200 # Node ID 1e26ee53381f356f3e0e47df96199c796f2923db # Parent a5b4c60cdc5cb9d9c716b2fe8646773af585f41c remove dead code from nexus.py 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() -