Skip to content

Commit aea53af

Browse files
committed
Remove vim mode lines
Editor settings aren't necessary in source files. Change-Id: I970a9be73ae4ca8a32bfa9ceec835a08b2cf3b26 Signed-off-by: Matt Spinler <[email protected]>
1 parent fd84bfa commit aea53af

16 files changed

+0
-32
lines changed

configs/Barreleye.py

-2
Original file line numberDiff line numberDiff line change
@@ -668,5 +668,3 @@
668668
# Miscellaneous non-poll sensor with system specific properties.
669669
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
670670
MISC_SENSORS = {}
671-
672-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

configs/Firestone.py

-2
Original file line numberDiff line numberDiff line change
@@ -592,5 +592,3 @@
592592
# Miscellaneous non-poll sensor with system specific properties.
593593
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
594594
MISC_SENSORS = {}
595-
596-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

configs/Garrison.py

-2
Original file line numberDiff line numberDiff line change
@@ -593,5 +593,3 @@
593593
# Miscellaneous non-poll sensor with system specific properties.
594594
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
595595
MISC_SENSORS = {}
596-
597-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

configs/Lanyang.py

-2
Original file line numberDiff line numberDiff line change
@@ -595,5 +595,3 @@
595595
# Miscellaneous non-poll sensor with system specific properties.
596596
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
597597
MISC_SENSORS = {}
598-
599-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

configs/Palmetto.py

-2
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,3 @@
9090
# Miscellaneous non-poll sensor with system specific properties.
9191
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
9292
MISC_SENSORS = {}
93-
94-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

configs/Romulus.py

-2
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,3 @@
486486
# Miscellaneous non-poll sensor with system specific properties.
487487
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
488488
MISC_SENSORS = {}
489-
490-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

configs/Witherspoon.py

-2
Original file line numberDiff line numberDiff line change
@@ -539,5 +539,3 @@
539539
MISC_SENSORS = {
540540
# Garrison value is used, Not in P9 XML yet.
541541
}
542-
543-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

configs/Zaius.py

-2
Original file line numberDiff line numberDiff line change
@@ -595,5 +595,3 @@
595595
# Miscellaneous non-poll sensor with system specific properties.
596596
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
597597
MISC_SENSORS = {}
598-
599-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

pychassisctl/chassis_control.py

-2
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,3 @@ def host_watchdog_signal_handler(self):
180180

181181
print("Running ChassisControlService")
182182
mainloop.run()
183-
184-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

pydownloadmgr/download_manager.py

-2
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,3 @@ def DownloadHandler(self, url, filename, path=None):
9090

9191
print("Running Download Manager")
9292
mainloop.run()
93-
94-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

pyflashbmc/bmc_update.py

-2
Original file line numberDiff line numberDiff line change
@@ -349,5 +349,3 @@ def PrepareForUpdate(self):
349349

350350
print("Running Bmc Flash Control")
351351
mainloop.run()
352-
353-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

pyinventorymgr/inventory_items.py

-2
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,3 @@ def getVersion():
116116
name = dbus.service.BusName(DBUS_NAME, bus)
117117
print("Running Inventory Manager")
118118
mainloop.run()
119-
120-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

pyinventorymgr/sync_inventory_items.py

-2
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,3 @@ def set_sys_uuid(uuid):
187187
chs_uuid = get_sys_uuid(chs_obj)
188188
if inv_uuid != sys_uuid:
189189
set_sys_uuid(inv_uuid)
190-
191-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

pyipmitest/ipmi_debug.py

-2
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,3 @@ def main():
111111

112112
if __name__ == "__main__":
113113
sys.exit(main())
114-
115-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

pystatemgr/discover_system_state.py

-2
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,3 @@ def setProperty(bus, objs, key, prop, prop_value):
115115
"RequestedHostTransition",
116116
"xyz.openbmc_project.State.Host.Transition.On",
117117
)
118-
119-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

pysystemmgr/system_manager.py

-2
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,3 @@ def getGpioConfiguration(self):
131131

132132
print("Running SystemManager")
133133
mainloop.run()
134-
135-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

0 commit comments

Comments
 (0)