[Python-checkins] r53680 - sandbox/trunk/2to3/fixer_tests.py
guido.van.rossum
python-checkins at python.org
Fri Feb 9 00:54:16 CET 2007
Author: guido.van.rossum
Date: Fri Feb 9 00:54:15 2007
New Revision: 53680
Modified:
sandbox/trunk/2to3/fixer_tests.py (contents, props changed)
Log:
Make fixer_tests.py executable, adding a #! line.
Modified: sandbox/trunk/2to3/fixer_tests.py
==============================================================================
--- sandbox/trunk/2to3/fixer_tests.py (original)
+++ sandbox/trunk/2to3/fixer_tests.py Fri Feb 9 00:54:15 2007
@@ -1,3 +1,4 @@
+#!/usr/bin/env python2.5
""" Test suite for the fixer modules """
# Author: Collin Winter
More information about the Python-checkins
mailing list