From bc8b29099e67e7ce3b96739de0f5ba855aa6fba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20P=C5=82onka?= Date: Wed, 21 Dec 2016 17:59:34 +0200 Subject: [PATCH] updating idna.uts46data from upstream project (#3781) * updating idna.uts46data from upstream project * removing redundant find/sed in idna update * Revert "updating idna.uts46data from upstream project" This reverts commit 0150cee7057dbdcefa1a2fbe2e8617ad0cba5216. --- Makefile | 1 - 1 file changed, 1 deletion(-) 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: