summaryrefslogtreecommitdiff
path: root/convert-python3.2
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-01-20 17:03:16 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-01-20 17:03:16 -0500
commit50f872c78f8b894996f81176d5e03f4a6bbe8efd (patch)
tree16d6118b70cc9b171d733cba89b3ff81457b1c60 /convert-python3.2
parent5b42f5cd27c9fec84f5932557c335f88eb769a05 (diff)
More script noodling.
Diffstat (limited to 'convert-python3.2')
-rwxr-xr-xconvert-python3.215
1 files changed, 0 insertions, 15 deletions
diff --git a/convert-python3.2 b/convert-python3.2
deleted file mode 100755
index cbd5559..0000000
--- a/convert-python3.2
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# The Python 2 source is the definitive source. This script uses 2to3-3.2 to
-# create a new python3/bs4 source tree that works under Python 3.
-#
-# See README.txt to see how to run the test suite after conversion.
-echo "About to destroy and rebuild the python3.2/bs4 directory."
-echo "If you've got stuff in there, Ctrl-C out of this script or answer 'n'."
-rm -rfI python3.2/bs4
-cp -r bs4 python3.2
-2to3-3.2 -w python3.2
-echo ""
-echo "OK, conversion is done."
-echo "Now running the unit tests."
-(cd python3.2 && python3.2 -m unittest discover -s bs4) \ No newline at end of file