diff options
Diffstat (limited to 'src')
-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. |