diff options
-rw-r--r-- | Lib/timeit.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |