summaryrefslogtreecommitdiffstats
path: root/test/Libs/Library.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Libs/Library.py')
-rw-r--r--test/Libs/Library.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Libs/Library.py b/test/Libs/Library.py
index 4bcb2c7..b603926 100644
--- a/test/Libs/Library.py
+++ b/test/Libs/Library.py
@@ -165,3 +165,9 @@ test.run(program = test.workpath('uses-nrd'),
stdout = "nrd\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: