summaryrefslogtreecommitdiff
path: root/to3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'to3.sh')
-rwxr-xr-xto3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/to3.sh b/to3.sh
index f24a121..26b3246 100755
--- a/to3.sh
+++ b/to3.sh
@@ -1,6 +1,6 @@
#!/bin/sh
mkdir python3
-for i in BeautifulSoup*.py dammit.py
+for i in BeautifulSoupTests.py builder.py element.py dammit.py
do
cp $i python3/
2to3-3.0 -x next $i | patch -p0 python3/$i