diff options
Diffstat (limited to 'Lib/timeit.py')
-rw-r--r--[-rwxr-xr-x] | Lib/timeit.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/timeit.py b/Lib/timeit.py index 02cfafaf36e..c106e0f6735 100755..100644 --- a/Lib/timeit.py +++ b/Lib/timeit.py @@ -1,5 +1,3 @@ -#! /usr/bin/env python3 - """Tool for measuring execution time of small code snippets. This module avoids a number of common traps for measuring execution |