fixbot/nexus.py
changeset 61 1e26ee53381f
parent 37 6fd6a9fdc001
child 62 e4db89a5f6bc
--- 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()
-