From add5d3c356add0f053b52305838016af811e84f7 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 30 Oct 2008 02:58:17 +0600 Subject: [PATCH] removed pollreactor.install() from the example; it's no longer better --- examples/twisted_ex1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/twisted_ex1.py b/examples/twisted_ex1.py index 1ff394a..d30bab2 100644 --- a/examples/twisted_ex1.py +++ b/examples/twisted_ex1.py @@ -1,4 +1,3 @@ -from twisted.internet import pollreactor; pollreactor.install() from twisted.internet.protocol import Protocol, Factory from twisted.internet import reactor