From 669e708b70beb4d924caf552bf75640762248686 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 23 Jun 2013 18:24:35 -0700 Subject: Fix import error --- sleekxmpp/xmlstream/xmlstream.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/xmlstream/xmlstream.py') 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 -- cgit v1.2.3