Author: benjamin.peterson Date: Thu Mar 11 23:34:12 2010 New Revision: 78847 Log: remove shebang line from non-executable test Modified: python/trunk/Lib/test/test_optparse.py Modified: python/trunk/Lib/test/test_optparse.py ============================================================================== --- python/trunk/Lib/test/test_optparse.py (original) +++ python/trunk/Lib/test/test_optparse.py Thu Mar 11 23:34:12 2010 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # # Test suite for Optik. Supplied by Johannes Gijsbers # (taradino at softhome.net) -- translated from the original Optik