diff frontends/src/bridge/bridge_frontend.py @ 2167:4b78b4c7f805

core, frontends: various fixes for Libervia: - quick_app: don't fail when we can't get autodisconnect parameter - bridge: removed useless BridgeFrontend parent class - use of TypeError, unicode and list to workaround Pyjamas incompatibilities
author Goffi <goffi@goffi.org>
date Sun, 26 Feb 2017 18:23:01 +0100
parents e0066920a661
children 8b37a62336c3
line wrap: on
line diff
--- a/frontends/src/bridge/bridge_frontend.py	Sun Feb 26 18:20:27 2017 +0100
+++ b/frontends/src/bridge/bridge_frontend.py	Sun Feb 26 18:23:01 2017 +0100
@@ -18,12 +18,6 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-class BridgeFrontend(object):
-
-    def register(self, functionName, handler):
-        raise NotImplementedError
-
-
 class BridgeException(Exception):
     """An exception which has been raised from the backend and arrived to the frontend."""