python: add vim modelines

Change-Id: Ic13d79892e3efe6f7bad357ad747e6fd25299d02
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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