diff options
Diffstat (limited to 'test/Deprecated/Options/import.py')
-rw-r--r-- | test/Deprecated/Options/import.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Deprecated/Options/import.py b/test/Deprecated/Options/import.py index 5a1627b..a4d56b2 100644 --- a/test/Deprecated/Options/import.py +++ b/test/Deprecated/Options/import.py @@ -70,3 +70,9 @@ scons: warning: The Options class is deprecated; use the Variables class instead test.run(arguments = '-q -Q .', stdout = stdout, stderr = stderr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |