10 lines
361 B
Diff
10 lines
361 B
Diff
--- pymsn-t/src/main.py 2008-09-19 10:53:30.000000000 +0200
|
|
+++ pymsn-t/src/main.py 2008-09-19 10:55:55.000000000 +0200
|
|
@@ -72,7 +72,6 @@
|
|
|
|
if config.reactor:
|
|
# They picked their own reactor. Lets install it.
|
|
- del sys.modules["twisted.internet.reactor"]
|
|
if config.reactor == "epoll":
|
|
from twisted.internet import epollreactor
|
|
epollreactor.install()
|