diff options
author | Vijay Pandurangan <vijayp@vijayp.ca> | 2011-11-19 16:03:17 -0800 |
---|---|---|
committer | Vijay Pandurangan <vijayp@vijayp.ca> | 2011-11-19 16:03:17 -0800 |
commit | e3b9d5abbf8e825e6359f457b50fc51db44869ad (patch) | |
tree | 9e4d49feff78aec5b0fd695fba1d532975ecab05 /sleekxmpp/xmlstream | |
parent | 2332970cf282d76cd5e2ac80e86ab987671486b4 (diff) | |
download | slixmpp-e3b9d5abbf8e825e6359f457b50fc51db44869ad.tar.gz slixmpp-e3b9d5abbf8e825e6359f457b50fc51db44869ad.tar.bz2 slixmpp-e3b9d5abbf8e825e6359f457b50fc51db44869ad.tar.xz slixmpp-e3b9d5abbf8e825e6359f457b50fc51db44869ad.zip |
double copy
Diffstat (limited to 'sleekxmpp/xmlstream')
-rw-r--r-- | sleekxmpp/xmlstream/xmlstream.py | 1 |
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( |