OSDN Git Service

modify scripts 'vim tabstop'.
authort.moriyama <t.moriyama@users.sourceforge.jp>
Sun, 19 May 2013 13:18:24 +0000 (22:18 +0900)
committert.moriyama <t.moriyama@users.sourceforge.jp>
Sun, 19 May 2013 13:18:24 +0000 (22:18 +0900)
22 files changed:
linkpair/collect/agent/base_agent.py
linkpair/collect/agent/commandrunner.py
linkpair/collect/agent/libvirt_agent.py
linkpair/collect/agent/linux_agent.py
linkpair/collect/agent/linuxbridge_agent.py
linkpair/collect/agent/namespace_agent.py
linkpair/collect/agent/ovs_agent.py
linkpair/collect/collector.py
linkpair/collect/collector_dataset.py
linkpair/collect/utils.py
linkpair/commonutils.py
linkpair/dbutils.py
linkpair/device.py
linkpair/formatter/baseformatter.py
linkpair/formatter/grapheasy.py
linkpair/formatter/graphviz_tb.py
linkpair/formatter/springy.py
linkpair/formatter/springy_raphael.py
linkpair/linkobject.py
linkpair/linkpair.py
linkpair/port.py
ti2.py

index 0b4f616..10ef328 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 843515f..5d6a51e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index e613f25..d6bddbd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 8fe4e37..2dbd774 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 4a680a9..f201df3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 7112517..f2b903d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 06b48a6..f84a506 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 4d5b81f..5467afb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 623f27c..2c56e7f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 591aa4f..613113c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 385b97c..1b28b7f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index ec8c54e..e58480c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index d1668cd..4f1ecd5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index f05d53a..de24430 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index fbaed47..1386654 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 2991bac..88a7963 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 510d829..a033a19 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 842b00c..b7242f6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 34a4cde..f8ff911 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index e85ede2..c0716f5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
index 4e9fbc5..6635ee3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 
diff --git a/ti2.py b/ti2.py
index 3be2ab2..819dc7f 100755 (executable)
--- a/ti2.py
+++ b/ti2.py
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
 # -*- coding: utf-8 -*-
 #
 #   ti2.py : List TAP device info for running VMs