Mercurial > libervia-backend
changeset 1665:14fcbaa82fd4
plugin XEP-0020: fixed bad import
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 24 Nov 2015 19:20:15 +0100 |
parents | 5d0ff155be1a |
children | dbac3cb19159 |
files | src/plugins/plugin_xep_0020.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0020.py Tue Nov 24 23:18:32 2015 +0100 +++ b/src/plugins/plugin_xep_0020.py Tue Nov 24 19:20:15 2015 +0100 @@ -20,7 +20,7 @@ from sat.core.i18n import _ from sat.core.log import getLogger log = getLogger(__name__) -from core import exceptions +from sat.core import exceptions from twisted.words.xish import domish from zope.interface import implements