]> granicus.if.org Git - python/commitdiff
fix Tools/scripts/2to3 as the result of a merge error
authorBenjamin Peterson <benjamin@python.org>
Mon, 16 Jun 2008 20:18:18 +0000 (20:18 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 16 Jun 2008 20:18:18 +0000 (20:18 +0000)
Tools/scripts/2to3

index 251c2917a4aaa6693e4a58d227b315459e5e2447..7578d9d7f070980dad96431d2a5af82c2a24d3d1 100755 (executable)
@@ -2,4 +2,4 @@
 from lib2to3 import refactor
 import sys
 
-sys.exit(refactor.main())
+sys.exit(refactor.main("lib2to3/fixes"))