From a026a784d0e5b5d4291d3d299467df45fc7f4e06 Mon Sep 17 00:00:00 2001 From: Ovidiu Predescu Date: Thu, 14 Jul 2011 19:00:44 -0700 Subject: [PATCH] Removed run() method. --- tornado/platform/twistedreactor.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tornado/platform/twistedreactor.py b/tornado/platform/twistedreactor.py index 54520ead8..40d7ea652 100644 --- a/tornado/platform/twistedreactor.py +++ b/tornado/platform/twistedreactor.py @@ -269,9 +269,6 @@ class TornadoReactor(PosixReactorBase): self._running = True self._ioloop.start() - def run(self): - PosixReactorBase.run(self, installSignalHandlers=False) - def install(ioloop=None): """ Install the Tornado reactor. -- 2.47.2