[Python-checkins] r66455 - sandbox/trunk/2to3/find_pattern.py

benjamin.peterson python-checkins at python.org
Sat Sep 13 20:36:35 CEST 2008


Author: benjamin.peterson
Date: Sat Sep 13 20:36:35 2008
New Revision: 66455

Log:
set svn:executable on find_pattern

Modified:
   sandbox/trunk/2to3/find_pattern.py   (contents, props changed)

Modified: sandbox/trunk/2to3/find_pattern.py
==============================================================================
--- sandbox/trunk/2to3/find_pattern.py	(original)
+++ sandbox/trunk/2to3/find_pattern.py	Sat Sep 13 20:36:35 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 
 """Script that makes determining PATTERN for a new fix much easier.
 


More information about the Python-checkins mailing list