From: t.moriyama Date: Wed, 29 May 2013 00:17:32 +0000 (+0900) Subject: fix VethAgent vim tabstop X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=73a27c6a6e0febf6a9c0e3d30e1bdba6069fac4a;p=ti2%2Fti2.git fix VethAgent vim tabstop --- diff --git a/linkpair/collect/agent/veth_agent.py b/linkpair/collect/agent/veth_agent.py index 127bd03..72b7df3 100755 --- a/linkpair/collect/agent/veth_agent.py +++ b/linkpair/collect/agent/veth_agent.py @@ -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