diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-09-21 08:48:04 -0400 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-09-23 20:18:45 +0000 |
commit | 530667501b67dd9af8c7303c23fcabf062b898e0 (patch) | |
tree | db81d9f4190d221ced597e4f370f980fe4b60b97 /pyipmitest | |
parent | 3d13c285e1f9291cb13e21880507118b5d05f7a2 (diff) | |
download | talos-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 'pyipmitest')
-rw-r--r-- | pyipmitest/ipmi_debug.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ def main(): if __name__ == '__main__': sys.exit(main()) + +# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |