diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:34:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:34:12 (GMT) |
commit | 654ea3713e12a061f39db5b0e45e15d37a140c10 (patch) | |
tree | 7b02d9592342a2ec184a25c1cd77997d00f92e8a /Lib | |
parent | 9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb (diff) | |
download | cpython-654ea3713e12a061f39db5b0e45e15d37a140c10.zip cpython-654ea3713e12a061f39db5b0e45e15d37a140c10.tar.gz cpython-654ea3713e12a061f39db5b0e45e15d37a140c10.tar.bz2 |
remove shebang line from non-executable test
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_optparse.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_optparse.py b/Lib/test/test_optparse.py index 7275d89..162e9dd 100644 --- a/Lib/test/test_optparse.py +++ b/Lib/test/test_optparse.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # # Test suite for Optik. Supplied by Johannes Gijsbers # (taradino@softhome.net) -- translated from the original Optik |