commit | b8bfdf5200361e36941eba968cf895847bd71a98 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jun 16 20:18:18 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jun 16 20:18:18 2008 +0000 |
tree | b836104be523915bdba4112f567a9e6486f3bfae | |
parent | a8919fe631c50a35d355e7174676283ca57e465e [diff] |
fix Tools/scripts/2to3 as the result of a merge error
diff --git a/Tools/scripts/2to3 b/Tools/scripts/2to3 index 251c291..7578d9d 100755 --- a/Tools/scripts/2to3 +++ b/Tools/scripts/2to3
@@ -2,4 +2,4 @@ from lib2to3 import refactor import sys -sys.exit(refactor.main()) +sys.exit(refactor.main("lib2to3/fixes"))