view import_test.py @ 69:0721b6254c9e

python 3 port: - applied 2to3 - replaced zope's implements by @implementer decorator - replaced references to python2 by python3
author Goffi <goffi@goffi.org>
date Tue, 13 Aug 2019 18:58:11 +0200
parents c8cb4e867897
children
line wrap: on
line source

import wokkel

from sat_tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam

wokkel.pubsub = tmp_pubsub

wokkel.rsm = tmp_rsm

wokkel.mam = tmp_mam