summaryrefslogtreecommitdiffstats
path: root/bench/timeit.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench/timeit.py')
-rw-r--r--bench/timeit.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bench/timeit.py b/bench/timeit.py
index d5e33bb..cc087e1 100644
--- a/bench/timeit.py
+++ b/bench/timeit.py
@@ -295,3 +295,9 @@ def main(args=None):
if __name__ == "__main__":
sys.exit(main())
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: