--- a/convert-py3k.orig +++ b/convert-py3k @@ -7,10 +7,10 @@ echo "About to destroy and rebuild the py3k/bs4 directory." echo "If you've got stuff in there, Ctrl-C out of this script or answer 'n'." mkdir -p py3k -rm -rfI py3k/bs4 +rm -rf py3k/bs4 cp -r bs4/ py3k/ 2to3 -w py3k echo "" echo "OK, conversion is done." echo "Now running the unit tests." -(cd py3k && python3 -m unittest discover -s bs4) \ No newline at end of file +(cd py3k && python3 -m unittest discover -s bs4)