mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
add a #! line for unix weenies
This commit is contained in:
parent
8805e66ec8
commit
cfd55501bb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue