From: Kenneth Reitz Date: Mon, 23 Jan 2012 01:12:49 +0000 (-0500) Subject: stuff and things X-Git-Tag: v0.10.1~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36842db26f85fde19143be490cc37fa31e835fca;p=services%2Fpython-requests.git stuff and things --- diff --git a/Makefile b/Makefile index 01c1063..6213fcb 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ pyc: deps: rm -fr requests/packages/urllib3 git clone https://github.com/shazow/urllib3.git + cd urllib3 && git checkout python3 && cd .. mv urllib3/urllib3 requests/packages/ rm -fr urllib3