diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 10:30:08 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 10:30:08 -0400 |
commit | bb77aa085be6c116d0e74b6beaab42b69f691ea4 (patch) | |
tree | 4c174d2de2e59f5867933a2a33b28f3180cbb096 /to3.sh | |
parent | 20268a5bc881fc21af089047e03a78870e15d112 (diff) |
Big refactoring into multiple files.
Diffstat (limited to 'to3.sh')
-rwxr-xr-x | to3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |