summaryrefslogtreecommitdiff
path: root/to3.sh
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2009-04-10 10:30:08 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2009-04-10 10:30:08 -0400
commitbb77aa085be6c116d0e74b6beaab42b69f691ea4 (patch)
tree4c174d2de2e59f5867933a2a33b28f3180cbb096 /to3.sh
parent20268a5bc881fc21af089047e03a78870e15d112 (diff)
Big refactoring into multiple files.
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