diff options
author | Lance Stout <lancestout@gmail.com> | 2013-06-23 18:24:35 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-06-23 18:24:35 -0700 |
commit | 669e708b70beb4d924caf552bf75640762248686 (patch) | |
tree | 4f052e6e3eeb6b844f45c4d098e9e23de976a068 /sleekxmpp | |
parent | e76a48393159592e73421541ed05e78c287faf00 (diff) | |
download | slixmpp-669e708b70beb4d924caf552bf75640762248686.tar.gz slixmpp-669e708b70beb4d924caf552bf75640762248686.tar.bz2 slixmpp-669e708b70beb4d924caf552bf75640762248686.tar.xz slixmpp-669e708b70beb4d924caf552bf75640762248686.zip |
Fix import error
Diffstat (limited to 'sleekxmpp')
-rw-r--r-- | sleekxmpp/xmlstream/xmlstream.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/xmlstream/xmlstream.py b/sleekxmpp/xmlstream/xmlstream.py index 54bc7cdf..0beaa499 100644 --- a/sleekxmpp/xmlstream/xmlstream.py +++ b/sleekxmpp/xmlstream/xmlstream.py @@ -26,6 +26,7 @@ import time import random import weakref import uuid +import errno from xml.parsers.expat import ExpatError |