From 41b4658738e7177adf044e4c80fdf42acf7b6d38 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 19 Oct 2016 13:19:37 +0100 Subject: [PATCH] Further complicate the makefile to rewrite imports --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f94612d9..ac9e4468 100644 --- a/Makefile +++ b/Makefile @@ -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: