summaryrefslogtreecommitdiffstats
path: root/pyinventorymgr
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-21 08:48:04 -0400
committerPatrick Williams <patrick@stwcx.xyz>2016-09-23 20:18:45 +0000
commit530667501b67dd9af8c7303c23fcabf062b898e0 (patch)
treedb81d9f4190d221ced597e4f370f980fe4b60b97 /pyinventorymgr
parent3d13c285e1f9291cb13e21880507118b5d05f7a2 (diff)
downloadtalos-skeleton-530667501b67dd9af8c7303c23fcabf062b898e0.tar.gz
talos-skeleton-530667501b67dd9af8c7303c23fcabf062b898e0.zip
python: add vim modelines
Change-Id: Ic13d79892e3efe6f7bad357ad747e6fd25299d02 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'pyinventorymgr')
-rw-r--r--pyinventorymgr/inventory_items.py2
-rw-r--r--pyinventorymgr/sync_inventory_items.py2
2 files changed, 4 insertions, 0 deletions
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 @@ if __name__ == '__main__':
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 @@ if __name__ == '__main__':
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
OpenPOWER on IntegriCloud