[Python-checkins] r64313 - python/trunk/Tools/scripts/2to3

benjamin.peterson python-checkins at python.org
Mon Jun 16 22:18:18 CEST 2008


Author: benjamin.peterson
Date: Mon Jun 16 22:18:18 2008
New Revision: 64313

Log:
fix Tools/scripts/2to3 as the result of a merge error

Modified:
   python/trunk/Tools/scripts/2to3

Modified: python/trunk/Tools/scripts/2to3
==============================================================================
--- python/trunk/Tools/scripts/2to3	(original)
+++ python/trunk/Tools/scripts/2to3	Mon Jun 16 22:18:18 2008
@@ -2,4 +2,4 @@
 from lib2to3 import refactor
 import sys
 
-sys.exit(refactor.main())
+sys.exit(refactor.main("lib2to3/fixes"))


More information about the Python-checkins mailing list