From c149e8fa816178a39c864cd178becaf761ba00a5 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 5 Aug 2012 17:56:25 +0200 Subject: [PATCH] Make 2to3 ouput files in py3k/ subfolder. --- sandbox/run_2to3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sandbox/run_2to3.sh b/sandbox/run_2to3.sh index 62385bac2..50be3c93b 100755 --- a/sandbox/run_2to3.sh +++ b/sandbox/run_2to3.sh @@ -1 +1,2 @@ -python 2to3/run.py src/ plugins/ test/ scripts/* setup.py -wn -f all -f def_iteritems -f def_itervalues -f def_iterkeys -f reload "$@" +python 2to3/run.py src/ plugins/ test/ scripts/* setup.py -wWno py3k -f all -f def_iteritems -f def_itervalues -f def_iterkeys -f reload "$@" +cp locale/ py3k -R