diff options
Diffstat (limited to 'QMTest/TestCmd.py')
-rw-r--r-- | QMTest/TestCmd.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py index 48ba850..a693f6a 100644 --- a/QMTest/TestCmd.py +++ b/QMTest/TestCmd.py @@ -1471,3 +1471,9 @@ class TestCmd: if mode[0] != 'w': raise ValueError, "mode must begin with 'w'" open(file, mode).write(content) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |