From: Benjamin Peterson Date: Thu, 11 Mar 2010 22:34:12 +0000 (+0000) Subject: remove shebang line from non-executable test X-Git-Tag: v2.7b1~386 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=654ea3713e12a061f39db5b0e45e15d37a140c10;p=python remove shebang line from non-executable test --- diff --git a/Lib/test/test_optparse.py b/Lib/test/test_optparse.py index 7275d89da6..162e9ddef5 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