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:
373a34a
)
missed import
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 2 May 2012 23:18:14 +0000
(19:18 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 2 May 2012 23:18:14 +0000
(19:18 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 7ead1352f0dc1fc5f4c9c58adff8899363e0e0d9..7f087430d48ea6856a709e9704cb1736749b91b7 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-4,6
+4,7
@@
distutils/setuptools install script. See inline comments for packaging documentation.
"""
+import os
import sys
import requests