diff src/bridge/bridge.py @ 595:1f160467f5de

Fix pep8 support in src/bridge.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 18 Jan 2013 17:55:35 +0100
parents 952322b1d490
children 84a6e83157c2
line wrap: on
line diff
--- a/src/bridge/bridge.py	Fri Jan 18 17:55:35 2013 +0100
+++ b/src/bridge/bridge.py	Fri Jan 18 17:55:35 2013 +0100
@@ -21,9 +21,10 @@
 
 from logging import debug, info, error
 
+
 class Bridge(object):
     def __init__(self):
-        info ("Bridge initialization")
+        info("Bridge initialization")
 
     ##signals
     def newContact(self, contact):
@@ -38,7 +39,6 @@
     def paramUpdate(self, name, value):
         raise NotImplementedError
 
-
     ##methods
     def connect(self):
         raise NotImplementedError