From: Skip Montanaro Date: Tue, 8 Apr 2003 19:49:40 +0000 (+0000) Subject: add a #! line for unix weenies X-Git-Tag: v2.3c1~1262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfd55501bbd2e2043638db47fd195955d9ec1d03;p=python add a #! line for unix weenies --- diff --git a/Lib/timeit.py b/Lib/timeit.py index e4d0e50e01..9870954dfe 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