We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097ea23 commit 0418a44Copy full SHA for 0418a44
sandbox/run_2to3.sh
@@ -1,6 +1,6 @@
1
rm -f src/version.py # Prevent 2to3 from copying it, since py3k/src/version.py was probably written by root.
2
rm -rf py3k
3
mkdir py3k
4
-cp -R locale/ py3k/
5
-cp -R plugins/ py3k/ # copy plugins data
+cp -R locale/ py3k/locale
+cp -R plugins/ py3k/plugins # copy plugins data
6
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 "$@"
0 commit comments