From d0babf0088ed94e39ee70169f5f2678822072405 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Mon, 9 Feb 2009 18:29:43 +0000 Subject: Add emacs and vim editing settings to the bottom of *.py files. --- bench/bench.py | 6 ++++++ bench/dependency-func.py | 6 ++++++ bench/env.__setitem__.py | 6 ++++++ bench/is_types.py | 6 ++++++ bench/lvars-gvars.py | 5 +++++ bench/timeit.py | 6 ++++++ 6 files changed, 35 insertions(+) (limited to 'bench') diff --git a/bench/bench.py b/bench/bench.py index 3c5dd50b..07c0384c 100644 --- a/bench/bench.py +++ b/bench/bench.py @@ -121,3 +121,9 @@ for func in FunctionList: for label, args, kw in Data: r = apply(timer, (func,)+args, kw) display(label, r) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/bench/dependency-func.py b/bench/dependency-func.py index 0af411d9..beaa6266 100644 --- a/bench/dependency-func.py +++ b/bench/dependency-func.py @@ -96,3 +96,9 @@ Data = [ {}, ), ] + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/bench/env.__setitem__.py b/bench/env.__setitem__.py index 3826176f..d20785ae 100644 --- a/bench/env.__setitem__.py +++ b/bench/env.__setitem__.py @@ -360,3 +360,9 @@ run_it('Results for adding 100 new, unique variable names:', common_imports + """ import __main__ ; names = __main__.uniq_variable_names """) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/bench/is_types.py b/bench/is_types.py index 1f4805b9..d2254657 100644 --- a/bench/is_types.py +++ b/bench/is_types.py @@ -329,3 +329,9 @@ Data = [ {}, ), ] + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/bench/lvars-gvars.py b/bench/lvars-gvars.py index efcef2ad..724b7a2e 100644 --- a/bench/lvars-gvars.py +++ b/bench/lvars-gvars.py @@ -72,3 +72,8 @@ Data = [ ), ] +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/bench/timeit.py b/bench/timeit.py index d5e33bb1..cc087e1b 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: -- cgit v1.2.1