Mercurial > libervia-backend
view src/plugins/__init__.py @ 1430:ba09cd879343
quick frontends (contact list): cache is not cleared anymore on QuickContactList.fill, avoiding the accidental removal of cached values like avatars
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 27 May 2015 19:08:16 +0200 |
parents | ed2c718bfe03 |
children | c7fd121a6180 |
line wrap: on
line source
# TODO: remove this when RSM and MAM are in wokkel import wokkel from sat.tmp.wokkel import delay as tmp_delay, pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam wokkel.delay = tmp_delay wokkel.pubsub = tmp_pubsub wokkel.rsm = tmp_rsm wokkel.mam = tmp_mam