summaryrefslogtreecommitdiff
path: root/extra/twisted
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-07-01 04:58:03 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-07-01 04:58:03 +0000
commit76400556d9e8a5dedc692487c13b76a541813a23 (patch)
treefb8b06b7dea0e79577a77e3748ed551d9ac1b34b /extra/twisted
parent64e72407414ce0badfb541782125cd8e3a25c12e (diff)
Fri Jul 1 04:58:02 UTC 2011
Diffstat (limited to 'extra/twisted')
-rw-r--r--extra/twisted/4771.diff22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/twisted/4771.diff b/extra/twisted/4771.diff
deleted file mode 100644
index 4e36f2632..000000000
--- a/extra/twisted/4771.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: twisted/words/protocols/jabber/jstrports.py
-===================================================================
---- twisted/words/protocols/jabber/jstrports.py (revision 30346)
-+++ twisted/words/protocols/jabber/jstrports.py (working copy)
-@@ -6,7 +6,7 @@
- """ A temporary placeholder for client-capable strports, until we
- sufficient use cases get identified """
-
--from twisted.application import strports
-+from twisted.internet.endpoints import _parse
-
- def _parseTCPSSL(factory, domain, port):
- """ For the moment, parse TCP or SSL connections the same """
-@@ -22,7 +22,7 @@
-
-
- def parse(description, factory):
-- args, kw = strports._parse(description)
-+ args, kw = _parse(description)
- return (args[0].upper(),) + _funcs[args[0]](factory, *args[1:], **kw)
-
- def client(description, factory):