commit | 654ea3713e12a061f39db5b0e45e15d37a140c10 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Mar 11 22:34:12 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Mar 11 22:34:12 2010 +0000 |
tree | 7b02d9592342a2ec184a25c1cd77997d00f92e8a | |
parent | 9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb [diff] |
remove shebang line from non-executable test
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