[tor-commits] [bridgedb/master] Remove runServers

aagbsn at torproject.org aagbsn at torproject.org
Wed Apr 17 00:26:44 UTC 2013


commit 4ffc99c4284d1edf4322ca3748e2bf0bf1db4010
Author: aagbsn <aagbsn at extc.org>
Date:   Mon Mar 18 23:10:08 2013 +0000

    Remove runServers
---
 lib/bridgedb/HTTPServer.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py
index df5a031..b2b976c 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -334,10 +334,6 @@ def addWebServer(cfg, dist, sched):
         reactor.listenSSL(cfg.HTTPS_PORT, site, factory, interface=ip)
     return site
 
-def runServers():
-    """Start all the servers that we've configured. Exits when they do."""
-    reactor.run()
-
 def getLocaleFromRequest(request):
     # See if we did get a request for a certain locale, otherwise fall back
     # to 'en':





More information about the tor-commits mailing list