diff options
author | mathieui <mathieui@mathieui.net> | 2014-12-19 22:07:24 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-12-19 22:07:24 +0100 |
commit | 5217111ab99ea23a9e6a8585a59dd8e604188cd3 (patch) | |
tree | 9014ffa0e20fac2ba647b05690d618e4e69a8315 /src/bookmark.py | |
parent | d7e2a460701b6e7b76cfc4e753899e286c7960b4 (diff) | |
download | poezio-5217111ab99ea23a9e6a8585a59dd8e604188cd3.tar.gz poezio-5217111ab99ea23a9e6a8585a59dd8e604188cd3.tar.bz2 poezio-5217111ab99ea23a9e6a8585a59dd8e604188cd3.tar.xz poezio-5217111ab99ea23a9e6a8585a59dd8e604188cd3.zip |
Add a missing import of the XEP-0048 URL element
Diffstat (limited to 'src/bookmark.py')
-rw-r--r-- | src/bookmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmark.py b/src/bookmark.py index 17b12752..68e97aa6 100644 --- a/src/bookmark.py +++ b/src/bookmark.py @@ -13,7 +13,7 @@ import functools import logging from sys import version_info -from slixmpp.plugins.xep_0048 import Bookmarks, Conference +from slixmpp.plugins.xep_0048 import Bookmarks, Conference, URL from common import safeJID from config import config |