OSDN Git Service

refactoring...
[ti2/ti2.git] / linkpair / collect / agent / veth_agent.py
index 73e01dd..ead98db 100755 (executable)
@@ -2,8 +2,6 @@
 # -*- coding: utf-8 -*-
 #
 
-__version__ = '1.1'
-
 import re
 from linkpair.device import Device
 from linkpair.port import Port
@@ -11,6 +9,7 @@ from linkpair.collect.agent.base_agent import BaseAgent
 
 
 class VethAgent(BaseAgent):
+
     '''
     VETH Collector Agent
     '''