comparison src/plugins/plugin_xep_0020.py @ 1665:14fcbaa82fd4

plugin XEP-0020: fixed bad import
author souliane <souliane@mailoo.org>
date Tue, 24 Nov 2015 19:20:15 +0100
parents d04d7402b8e9
children d17772b0fe22
comparison
equal deleted inserted replaced
1664:5d0ff155be1a 1665:14fcbaa82fd4
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 from sat.core.i18n import _ 20 from sat.core.i18n import _
21 from sat.core.log import getLogger 21 from sat.core.log import getLogger
22 log = getLogger(__name__) 22 log = getLogger(__name__)
23 from core import exceptions 23 from sat.core import exceptions
24 from twisted.words.xish import domish 24 from twisted.words.xish import domish
25 25
26 from zope.interface import implements 26 from zope.interface import implements
27 27
28 try: 28 try: