From 7fbd313d7a8dc9c2f38c4d6817dacc3e6d599d9f Mon Sep 17 00:00:00 2001 From: Sebastian Riese Date: Sat, 23 Dec 2017 22:12:17 +0100 Subject: [PATCH] Fix py3.4 --- aioxmpp/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aioxmpp/utils.py b/aioxmpp/utils.py index ddce0f72..8628f871 100644 --- a/aioxmpp/utils.py +++ b/aioxmpp/utils.py @@ -25,7 +25,7 @@ import lxml.etree as etree -from . import errors +from aioxmpp import errors __all__ = [ "etree",