Reformatting RO
[osm/RO.git] / RO-SDN-odl_openflow / osm_rosdn_odlof / sdnconn_odlof.py
index 0b13921..ce53b0d 100644 (file)
@@ -25,11 +25,9 @@ from .odl_of import OfConnOdl
 
 
 class SdnConnectorOdlOf(SdnConnectorOpenFlow):
-
     def __init__(self, wim, wim_account, config=None, logger=None):
-        """Creates a connectivity based on pro-active openflow rules
-        """
-        self.logger = logging.getLogger('ro.sdn.odlof')
+        """Creates a connectivity based on pro-active openflow rules"""
+        self.logger = logging.getLogger("ro.sdn.odlof")
         super().__init__(wim, wim_account, config, logger)
         of_params = {
             "of_url": wim["wim_url"],