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.
This commit is contained in:
Marcin Płonka
2016-12-21 17:59:34 +02:00
committed by Cory Benfield
parent c3fb8e020b
commit bc8b29099e
-1
View File
@@ -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: