OSDN Git Service

fix VethAgent vim tabstop
authort.moriyama <t.moriyama@users.sourceforge.jp>
Wed, 29 May 2013 00:17:32 +0000 (09:17 +0900)
committert.moriyama <t.moriyama@users.sourceforge.jp>
Wed, 29 May 2013 00:17:32 +0000 (09:17 +0900)
linkpair/collect/agent/veth_agent.py

index 127bd03..72b7df3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
@@ -37,5 +37,4 @@ class VethAgent(BaseAgent):
                                 match = self._u.d_pop()
                                 peer_if = match.group(1)
                                 self._veth_peer[if_name] = peer_if
-                                print if_name + " peer " + peer_if