Mercurial > libervia-backend
view src/plugins/__init__.py @ 1280:806a0fb6045e
setup: fixes to install sat.tmp.wokkel
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 25 Dec 2014 12:26:49 +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