commit | 530667501b67dd9af8c7303c23fcabf062b898e0 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Sep 21 08:48:04 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 23 20:18:45 2016 +0000 |
tree | db81d9f4190d221ced597e4f370f980fe4b60b97 | |
parent | 3d13c285e1f9291cb13e21880507118b5d05f7a2 [diff] [blame] |
python: add vim modelines Change-Id: Ic13d79892e3efe6f7bad357ad747e6fd25299d02 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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