]> git.pld-linux.org Git - packages/PyMSNt.git/blob - PyMSNt-delete-reactor.patch
- added bugfixes from gentoo
[packages/PyMSNt.git] / PyMSNt-delete-reactor.patch
1 --- pymsn-t/src/main.py 2008-09-19 10:53:30.000000000 +0200
2 +++ pymsn-t/src/main.py 2008-09-19 10:55:55.000000000 +0200
3 @@ -72,7 +72,6 @@
4  
5  if config.reactor:
6         # They picked their own reactor. Lets install it.
7 -       del sys.modules["twisted.internet.reactor"]
8         if config.reactor == "epoll":
9                 from twisted.internet import epollreactor
10                 epollreactor.install()
This page took 0.072158 seconds and 3 git commands to generate.