diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:40:40 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:40:40 (GMT) |
commit | e8c1f95090c35bef099c88be69dd1d1311527264 (patch) | |
tree | 2451e9de3a735ac5a02c3be3c0361a24ffac2b7f | |
parent | 690c374e00283cf87f282f47979406c5e87dc4a0 (diff) | |
download | cpython-e8c1f95090c35bef099c88be69dd1d1311527264.zip cpython-e8c1f95090c35bef099c88be69dd1d1311527264.tar.gz cpython-e8c1f95090c35bef099c88be69dd1d1311527264.tar.bz2 |
Merged revisions 78847 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78847 | benjamin.peterson | 2010-03-11 16:34:12 -0600 (Thu, 11 Mar 2010) | 1 line
remove shebang line from non-executable test
........
-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 87a6427..ac33d61 100644 --- a/Lib/test/test_optparse.py +++ b/Lib/test/test_optparse.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # # Test suite for Optik. Supplied by Johannes Gijsbers # (taradino@softhome.net) -- translated from the original Optik |