diff options
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 |