# HG changeset patch # User souliane # Date 1448389215 -3600 # Node ID 14fcbaa82fd42f1db93fc3db08b215b9903ad3a5 # Parent 5d0ff155be1a44c70c61d99efc996f0f528b4047 plugin XEP-0020: fixed bad import diff -r 5d0ff155be1a -r 14fcbaa82fd4 src/plugins/plugin_xep_0020.py --- 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