Skip to content

Commit e05caf2

Browse files
committed
Clean up python 3 generation scripts.
1 parent 8f95980 commit e05caf2

File tree

4 files changed

+9
-44
lines changed

4 files changed

+9
-44
lines changed

generate_python3

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
mkdir ../python3
2+
rm -rf ../python3/PyHEADTAIL
3+
cp -r ../PyHEADTAIL ../python3/PyHEADTAIL
4+
rm ../python3/PyHEADTAIL/*.so
5+
6+
2to3 --output-dir=../python3/PyHEADTAIL -W -n ../PyHEADTAIL > 2to3.out
7+
8+
rm -rf ../python3/PyHEADTAIL/.git
9+

generate_python3_2to3

Lines changed: 0 additions & 13 deletions
This file was deleted.

generate_python3_futurize1

Lines changed: 0 additions & 15 deletions
This file was deleted.

generate_python3_futurize2

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)