python: add vim modelines
Change-Id: Ic13d79892e3efe6f7bad357ad747e6fd25299d02
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index e9ff476..03badf6 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -573,3 +573,5 @@
0x33 : { 'class' : 'PowerCap',
'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },
}
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Firestone.py b/configs/Firestone.py
index 3d282c8..f4281e9 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -488,3 +488,5 @@
0xb3 : { 'class' : 'PowerCap',
'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },
}
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Garrison.py b/configs/Garrison.py
index 05d32da..3c06791 100644
--- a/configs/Garrison.py
+++ b/configs/Garrison.py
@@ -488,3 +488,5 @@
0xb3 : { 'class' : 'PowerCap',
'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },
}
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index d069de9..394f5a3 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -155,3 +155,5 @@
0x33 : { 'class' : 'PowerCap',
'os_path' : '/sys/class/hwmon/hwmon1/user_powercap' },
}
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index ea1e3b4..008f479 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -511,3 +511,5 @@
0xb3 : { 'class' : 'PowerCap',
'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },
}
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pychassisctl/chassis_control.py b/pychassisctl/chassis_control.py
index 1e57936..3637d82 100644
--- a/pychassisctl/chassis_control.py
+++ b/pychassisctl/chassis_control.py
@@ -235,3 +235,5 @@
print "Running ChassisControlService"
mainloop.run()
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pydownloadmgr/download_manager.py b/pydownloadmgr/download_manager.py
index 4e574ef..3cc9f28 100644
--- a/pydownloadmgr/download_manager.py
+++ b/pydownloadmgr/download_manager.py
@@ -81,3 +81,5 @@
print "Running Download Manager"
mainloop.run()
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pyfanctl/fan_control.py b/pyfanctl/fan_control.py
index 2bfdd80..2e7b968 100644
--- a/pyfanctl/fan_control.py
+++ b/pyfanctl/fan_control.py
@@ -55,3 +55,5 @@
fan_control.unmask_signals()
name = dbus.service.BusName(DBUS_NAME, bus)
mainloop.run()
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pyflashbmc/bmc_update.py b/pyflashbmc/bmc_update.py
index 94c36d6..aad703d 100644
--- a/pyflashbmc/bmc_update.py
+++ b/pyflashbmc/bmc_update.py
@@ -301,3 +301,5 @@
print "Running Bmc Flash Control"
mainloop.run()
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pyhwmon/hwmon.py b/pyhwmon/hwmon.py
index b92a7d6..38a0abb 100644
--- a/pyhwmon/hwmon.py
+++ b/pyhwmon/hwmon.py
@@ -170,3 +170,5 @@
print "Starting HWMON sensors"
mainloop.run()
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pyinventorymgr/inventory_items.py b/pyinventorymgr/inventory_items.py
index 82a1305..94d8f96 100644
--- a/pyinventorymgr/inventory_items.py
+++ b/pyinventorymgr/inventory_items.py
@@ -113,3 +113,5 @@
name = dbus.service.BusName(DBUS_NAME, bus)
print "Running Inventory Manager"
mainloop.run()
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pyinventorymgr/sync_inventory_items.py b/pyinventorymgr/sync_inventory_items.py
index 6db69cc..fff0870 100644
--- a/pyinventorymgr/sync_inventory_items.py
+++ b/pyinventorymgr/sync_inventory_items.py
@@ -143,3 +143,5 @@
sys_uuid = get_sys_uuid(chs_obj)
if inv_value != sys_uuid:
set_sys_uuid(inv_value)
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pyipmitest/ipmi_debug.py b/pyipmitest/ipmi_debug.py
index b898318..d81cb2e 100644
--- a/pyipmitest/ipmi_debug.py
+++ b/pyipmitest/ipmi_debug.py
@@ -99,3 +99,5 @@
if __name__ == '__main__':
sys.exit(main())
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pysensormgr/sensor_manager2.py b/pysensormgr/sensor_manager2.py
index 4095618..8273225 100644
--- a/pysensormgr/sensor_manager2.py
+++ b/pysensormgr/sensor_manager2.py
@@ -66,3 +66,5 @@
name = dbus.service.BusName(DBUS_NAME, bus)
print "Starting sensor manager"
mainloop.run()
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pystatemgr/discover_system_state.py b/pystatemgr/discover_system_state.py
index 5596f43..7cdb4c1 100644
--- a/pystatemgr/discover_system_state.py
+++ b/pystatemgr/discover_system_state.py
@@ -74,3 +74,5 @@
(power_policy == "RESTORE_LAST_STATE" and
system_state == "HOST_POWERED_ON")):
chassis_intf.powerOn()
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/pysystemmgr/system_manager.py b/pysystemmgr/system_manager.py
index 716c85d..9a888cd 100644
--- a/pysystemmgr/system_manager.py
+++ b/pysystemmgr/system_manager.py
@@ -154,3 +154,5 @@
print "Running SystemManager"
mainloop.run()
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4