From d64a95bd3bc58f14e3a5684bd198dac7c0f4a7d6 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 29 Jul 2013 07:23:12 +0200 Subject: Fix an import broken with the last sleekxmpp update --- src/fixes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fixes.py b/src/fixes.py index 47455258..69106c81 100644 --- a/src/fixes.py +++ b/src/fixes.py @@ -1,4 +1,4 @@ -from sleekxmpp import ET +from sleekxmpp.xmlstream import ET """ Module used to provide fixes for sleekxmpp functions not yet fixed upstream. -- cgit v1.2.3