summaryrefslogtreecommitdiff
path: root/to3.sh
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-01-28 11:39:36 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-01-28 11:39:36 -0500
commit7bbefa1fcc9a6006953eb0a79049ece9f05985de (patch)
tree8fa1d24a0f6411b7455e76fd87b659049690077f /to3.sh
parent692fe5201d5dec15a3598578a6f403e67802de0d (diff)
Moved everything into the top-level directory and got rid of buildout.
Diffstat (limited to 'to3.sh')
-rwxr-xr-xto3.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/to3.sh b/to3.sh
deleted file mode 100755
index 26b3246..0000000
--- a/to3.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-mkdir python3
-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
- cp python3/$i python3/$i.orig
- patch -p0 python3/$i < $i.3.diff
-done \ No newline at end of file