diff --git a/Makefile b/Makefile index d74b5aa1..f759fdf1 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,6 @@ idna: git checkout `git describe --abbrev=0 --tags` && \ cd .. && \ mv idna/idna requests/packages/ && \ - find requests/packages/idna -type f -exec sed -i "" "s/^from idna/from /" {} \; && \ rm -fr idna publish: