OSDN Git Service

refactoring...
[ti2/ti2.git] / linkpair / collect / collector.py
index 910af73..fbe86ea 100755 (executable)
@@ -27,6 +27,7 @@ from linkpair.collect.agent.libvirt_agent import LibvirtAgent
 
 
 class Collector(object):
+
     '''LinkpPair collector
 
     This class gets the LinkPair information from LinuxBridge and Open vSwitch and libvirt
@@ -114,7 +115,7 @@ class Collector(object):
 
     def get_linkpairs(self):
         return self._linkpairs
-    
+
     def connect_ssh(self):
         self._runner.connect_ssh()