Copy localised files in run_2to3.sh.

This commit is contained in:
Valentin Lorentz 2012-08-05 22:20:25 +02:00
parent 08382d1bfe
commit fad0c9d788
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
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 "$@"
cp locale/ py3k -R