Limnoria/sandbox/run_2to3.sh

5 lines
312 B
Bash
Raw Normal View History

rm -f src/version.py # Prevent 2to3 from copying it, since py3k/src/version.py was probably written by root.
2012-08-05 22:20:25 +02:00
cp locale/ py3k/ -R
cp plugins/ py3k/ -R # copy plugins data
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 "$@"