mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Remove src/version.py before running 2to3.
This commit is contained in:
parent
fad0c9d788
commit
e00b8b9903
@ -1,3 +1,4 @@
|
|||||||
|
rm -f src/version.py # Prevent 2to3 from copying it, since py3k/src/version.py was probably written by root.
|
||||||
cp locale/ py3k/ -R
|
cp locale/ py3k/ -R
|
||||||
cp plugins/ py3k/ -R # copy plugins data
|
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 "$@"
|
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 "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user