comparison src/plugins/plugin_xep_0060.py @ 2413:70399d1acb47

tmp: removed sat.tmp hierarchy and fixed references to it as it is now an independant sat_tmp repository
author Goffi <goffi@goffi.org>
date Fri, 03 Nov 2017 14:19:10 +0100
parents 8ed4ac10cb5e
children 8b37a62336c3
comparison
equal deleted inserted replaced
2412:7641bef56dcd 2413:70399d1acb47
31 from zope.interface import implements 31 from zope.interface import implements
32 from collections import namedtuple 32 from collections import namedtuple
33 import urllib 33 import urllib
34 import datetime 34 import datetime
35 from dateutil import tz 35 from dateutil import tz
36 # XXX: tmp.wokkel.pubsub is actually use instead of wokkel version 36 # XXX: sat_tmp.wokkel.pubsub is actually use instead of wokkel version
37 # mam and rsm come from tmp.wokkel too 37 # mam and rsm come from sat_tmp.wokkel too
38 from wokkel import pubsub 38 from wokkel import pubsub
39 from wokkel import rsm 39 from wokkel import rsm
40 from wokkel import mam 40 from wokkel import mam
41 41
42 42