diff frontends/src/bridge/bridge_frontend.py @ 568:239abc5484c9

bridge: generic plugin methods handling for frontend side in D-Bus Bridge \o/
author Goffi <goffi@goffi.org>
date Mon, 07 Jan 2013 01:01:10 +0100
parents 2a072735e459
children ca13633d3b6b
line wrap: on
line diff
--- a/frontends/src/bridge/bridge_frontend.py	Mon Jan 07 00:58:43 2013 +0100
+++ b/frontends/src/bridge/bridge_frontend.py	Mon Jan 07 01:01:10 2013 +0100
@@ -19,7 +19,7 @@
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 """
 
-class BridgeFrontend:
+class BridgeFrontend(object):
     def __init__(self):
         print "Bridge frontend initialization"