From 36842db26f85fde19143be490cc37fa31e835fca Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Jan 2012 20:12:49 -0500 Subject: [PATCH] stuff and things --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 01c10638..6213fcb2 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