diff src/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py @ 2168:255830fdb80b

core, bridge: renamed getProfileName to profileNameGet according to new conventions
author Goffi <goffi@goffi.org>
date Sun, 05 Mar 2017 21:36:01 +0100
parents f413bfc24458
children 8b37a62336c3
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py	Sun Feb 26 18:23:01 2017 +0100
+++ b/src/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py	Sun Mar 05 21:36:01 2017 +0100
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 from sat.core.i18n import _
-from bridge_frontend import BridgeFrontend, BridgeException
+from bridge_frontend import BridgeException
 import dbus
 from sat.core.log import getLogger
 log = getLogger(__name__)
@@ -59,7 +59,7 @@
     return BridgeException(name, message, condition)
 
 
-class Bridge(BridgeFrontend):
+class Bridge(object):
 
     def bridgeConnect(self, callback, errback):
         try: