diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-07-24 02:07:08 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-07-24 02:11:45 +0200 |
commit | 9c3fece96bee3c381cf0d7bd7022b46c858c6e1b (patch) | |
tree | ee3198ca6111800b3fe5c6c233e135500001a1c1 /src/xhtml.py | |
parent | 459471d7160295259683a6268e7e2e465d4dd2d0 (diff) | |
download | poezio-9c3fece96bee3c381cf0d7bd7022b46c858c6e1b.tar.gz poezio-9c3fece96bee3c381cf0d7bd7022b46c858c6e1b.tar.bz2 poezio-9c3fece96bee3c381cf0d7bd7022b46c858c6e1b.tar.xz poezio-9c3fece96bee3c381cf0d7bd7022b46c858c6e1b.zip |
Use slixmpp
Diffstat (limited to 'src/xhtml.py')
-rw-r--r-- | src/xhtml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xhtml.py b/src/xhtml.py index 48664311..b00fe9a9 100644 --- a/src/xhtml.py +++ b/src/xhtml.py @@ -14,7 +14,7 @@ poezio colors to xhtml code import re import curses -from sleekxmpp.xmlstream import ET +from slixmpp.xmlstream import ET from io import BytesIO from xml import sax |