summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/xmlstream.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2013-06-23 18:24:35 -0700
committerLance Stout <lancestout@gmail.com>2013-06-23 18:24:35 -0700
commit669e708b70beb4d924caf552bf75640762248686 (patch)
tree4f052e6e3eeb6b844f45c4d098e9e23de976a068 /sleekxmpp/xmlstream/xmlstream.py
parente76a48393159592e73421541ed05e78c287faf00 (diff)
downloadslixmpp-669e708b70beb4d924caf552bf75640762248686.tar.gz
slixmpp-669e708b70beb4d924caf552bf75640762248686.tar.bz2
slixmpp-669e708b70beb4d924caf552bf75640762248686.tar.xz
slixmpp-669e708b70beb4d924caf552bf75640762248686.zip
Fix import error
Diffstat (limited to 'sleekxmpp/xmlstream/xmlstream.py')
-rw-r--r--sleekxmpp/xmlstream/xmlstream.py1
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