From: Benjamin Peterson Date: Thu, 11 Mar 2010 22:40:40 +0000 (+0000) Subject: Merged revisions 78847 via svnmerge from X-Git-Tag: v3.2a1~1512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8c1f95090c35bef099c88be69dd1d1311527264;p=python 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 ........ --- diff --git a/Lib/test/test_optparse.py b/Lib/test/test_optparse.py index 87a6427054..ac33d61883 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