diff options
Diffstat (limited to 'news/hellanzb/files/patch-Hellanzb_HellaReactor.py')
-rw-r--r-- | news/hellanzb/files/patch-Hellanzb_HellaReactor.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/news/hellanzb/files/patch-Hellanzb_HellaReactor.py b/news/hellanzb/files/patch-Hellanzb_HellaReactor.py deleted file mode 100644 index e9edd4e8d5f2..000000000000 --- a/news/hellanzb/files/patch-Hellanzb_HellaReactor.py +++ /dev/null @@ -1,15 +0,0 @@ ---- ./Hellanzb/HellaReactor.py.orig 2007-03-27 08:20:43.000000000 +0400 -+++ ./Hellanzb/HellaReactor.py 2013-02-26 22:29:07.000000000 +0400 -@@ -9,7 +9,11 @@ - import Hellanzb, sys, time - - import twisted.copyright --if twisted.copyright.version >= '2.0.0': -+if twisted.copyright.version >= '11.1.0': -+ from twisted.internet.selectreactor import SelectReactor -+ from twisted.internet.posixbase import _NO_FILENO -+ from twisted.internet.posixbase import _NO_FILEDESC -+elif twisted.copyright.version >= '2.0.0' or twisted.copyright.version >= '10.0.0': - from twisted.internet.selectreactor import SelectReactor - from twisted.internet.selectreactor import _NO_FILENO - from twisted.internet.selectreactor import _NO_FILEDESC |