Skip to content

Commit 0418a44

Browse files
committed
Apply Andy's second patch for Freebsd. Closes GH-436.
1 parent 097ea23 commit 0418a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sandbox/run_2to3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rm -f src/version.py # Prevent 2to3 from copying it, since py3k/src/version.py was probably written by root.
22
rm -rf py3k
33
mkdir py3k
4-
cp -R locale/ py3k/
5-
cp -R plugins/ py3k/ # copy plugins data
4+
cp -R locale/ py3k/locale
5+
cp -R plugins/ py3k/plugins # copy plugins data
66
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

Comments
 (0)