Mercurial > libervia-backend
diff frontends/src/bridge/bridge_frontend.py @ 2098:e0066920a661
primitivus, jp: dynamic bridge + fixed D-Bus bridge:
Primitivus and jp can now load the bridge specified in sat.conf, but they are only working with D-Bus so far (need to change all sync calls to async).
Exit code 3 is used for Bridge init error.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 18 Dec 2016 16:28:51 +0100 |
parents | 2daf7b4c6756 |
children | 4b78b4c7f805 |
line wrap: on
line diff
--- a/frontends/src/bridge/bridge_frontend.py Sun Dec 18 16:28:46 2016 +0100 +++ b/frontends/src/bridge/bridge_frontend.py Sun Dec 18 16:28:51 2016 +0100 @@ -19,8 +19,6 @@ class BridgeFrontend(object): - def __init__(self): - print "Bridge frontend initialization" def register(self, functionName, handler): raise NotImplementedError