diff options
Diffstat (limited to 'test/LoadableModule.py')
-rw-r--r-- | test/LoadableModule.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/LoadableModule.py b/test/LoadableModule.py index 1c4ae31..4c69dc0 100644 --- a/test/LoadableModule.py +++ b/test/LoadableModule.py @@ -117,3 +117,9 @@ if sys.platform in platforms_with_dlopen: test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |