summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Pandurangan <vijayp@vijayp.ca>2011-11-19 16:03:17 -0800
committerVijay Pandurangan <vijayp@vijayp.ca>2011-11-19 16:03:17 -0800
commite3b9d5abbf8e825e6359f457b50fc51db44869ad (patch)
tree9e4d49feff78aec5b0fd695fba1d532975ecab05
parent2332970cf282d76cd5e2ac80e86ab987671486b4 (diff)
downloadslixmpp-e3b9d5abbf8e825e6359f457b50fc51db44869ad.tar.gz
slixmpp-e3b9d5abbf8e825e6359f457b50fc51db44869ad.tar.bz2
slixmpp-e3b9d5abbf8e825e6359f457b50fc51db44869ad.tar.xz
slixmpp-e3b9d5abbf8e825e6359f457b50fc51db44869ad.zip
double copy
-rw-r--r--sleekxmpp/xmlstream/xmlstream.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/xmlstream/xmlstream.py b/sleekxmpp/xmlstream/xmlstream.py
index dcbb8ebb..e4374151 100644
--- a/sleekxmpp/xmlstream/xmlstream.py
+++ b/sleekxmpp/xmlstream/xmlstream.py
@@ -1285,7 +1285,6 @@ class XMLStream(object):
self.exception(e)
elif etype == 'event':
func, threaded, disposable = handler
- orig = copy.copy(args[0])
try:
if threaded:
x = threading.Thread(