commit | 9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Mar 11 22:33:25 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Mar 11 22:33:25 2010 +0000 |
tree | f9501c1ee9cda66cc615050332b2372dd0740751 | |
parent | afa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7 [diff] [blame] |
normalize shebang lines to #!/usr/bin/env python
diff --git a/Tools/pybench/Setup.py b/Tools/pybench/Setup.py index 21e654a..309f3db 100644 --- a/Tools/pybench/Setup.py +++ b/Tools/pybench/Setup.py
@@ -1,4 +1,4 @@ -#!python +#!/usr/bin/env python # Setup file for pybench #