Further complicate the makefile to rewrite imports

This commit is contained in:
Cory Benfield
2016-10-19 13:19:37 +01:00
parent 8dd51d22fc
commit 41b4658738
+1
View File
@@ -32,6 +32,7 @@ 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: