summaryrefslogtreecommitdiff
path: root/convert-py3k
diff options
context:
space:
mode:
Diffstat (limited to 'convert-py3k')
-rwxr-xr-xconvert-py3k2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert-py3k b/convert-py3k
index 4f79051..05fab53 100755
--- a/convert-py3k
+++ b/convert-py3k
@@ -9,7 +9,7 @@ echo "If you've got stuff in there, Ctrl-C out of this script or answer 'n'."
mkdir -p py3k
rm -rfI py3k/bs4
cp -r bs4/ py3k/
-2to3-3.2 -w py3k
+2to3 -w py3k
echo ""
echo "OK, conversion is done."
echo "Now running the unit tests."