commit | cfd55501bbd2e2043638db47fd195955d9ec1d03 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Tue Apr 08 19:49:40 2003 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Tue Apr 08 19:49:40 2003 +0000 |
tree | beec3d86793314ce01458dc04ef2d30363e01f4d | |
parent | 8805e66ec8c67a8ec2ce6e1e6e6802ce2252925b [diff] |
add a #! line for unix weenies
diff --git a/Lib/timeit.py b/Lib/timeit.py index e4d0e50..9870954 100644 --- a/Lib/timeit.py +++ b/Lib/timeit.py
@@ -1,3 +1,5 @@ +#! /usr/bin/env python + """Tool for measuring execution time of small code snippets. This module avoids a number of common traps for measuring execution