diff options
Diffstat (limited to 'tests/sosreport_pexpect.py')
-rw-r--r-- | tests/sosreport_pexpect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sosreport_pexpect.py b/tests/sosreport_pexpect.py index 4b807239..af94541c 100644 --- a/tests/sosreport_pexpect.py +++ b/tests/sosreport_pexpect.py @@ -27,4 +27,4 @@ class PexpectTest(unittest.TestCase): if __name__ == '__main__': unittest.main() -# vim: et ts=4 sw=4 +# vim: set et ts=4 sw=4 : |