projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e711f2
)
urllib3 import
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 18 Dec 2011 19:07:12 +0000
(14:07 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 18 Dec 2011 19:07:12 +0000
(14:07 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index bb38555523e724a6011ad87e15a45e6ba53b18de..d4eb7cbd6a7e3bee609b2c39f193984d5eabe387 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-13,4
+13,9
@@
stats:
site:
cd docs; make dirhtml
+deps:
+ rm -fr requests/packages/urllib3
+ git clone https://github.com/shazow/urllib3.git
+ mv urllib3/urllib3 requests/packages/
+ rm -fr urllib3
docs: site