diff options
author | mathieui <mathieui@mathieui.net> | 2013-07-29 07:23:12 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-07-29 07:23:12 +0200 |
commit | d64a95bd3bc58f14e3a5684bd198dac7c0f4a7d6 (patch) | |
tree | cc753a042ea6cffb787f03e8fc5372adbc3ebde5 /src/fixes.py | |
parent | 33a9f1434f1fe85db4bf78b8524037356079d5c3 (diff) | |
download | poezio-d64a95bd3bc58f14e3a5684bd198dac7c0f4a7d6.tar.gz poezio-d64a95bd3bc58f14e3a5684bd198dac7c0f4a7d6.tar.bz2 poezio-d64a95bd3bc58f14e3a5684bd198dac7c0f4a7d6.tar.xz poezio-d64a95bd3bc58f14e3a5684bd198dac7c0f4a7d6.zip |
Fix an import broken with the last sleekxmpp update
Diffstat (limited to 'src/fixes.py')
-rw-r--r-- | src/fixes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |