diff options
Diffstat (limited to 'test/Ghostscript/GS.py')
-rw-r--r-- | test/Ghostscript/GS.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Ghostscript/GS.py b/test/Ghostscript/GS.py index ab25369..c2e5dd7 100644 --- a/test/Ghostscript/GS.py +++ b/test/Ghostscript/GS.py @@ -115,3 +115,9 @@ bar.PDF(target = 'bar.pdf', source = 'bar.ps') test.fail_test(not os.path.exists(test.workpath('bar.pdf'))) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |