view src/plugins/__init__.py @ 1271:2308f8405ffb

test: refactoring: - rename internal init methods to reinit - rename getSentMessage to getSentMessageXml - rename getSentMessageRaw to getSentMessage
author souliane <souliane@mailoo.org>
date Fri, 19 Dec 2014 11:36:00 +0100
parents 9141bde7ff31
children 7d9ff14a2d9d
line wrap: on
line source

import wokkel
from sat.tmp.wokkel import delay, pubsub, rsm

wokkel.delay = delay
wokkel.pubsub = pubsub
wokkel.rsm = rsm