projects
/
platform
/
upstream
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4889adc
)
Removed Duplicate Import
author
Rhys Elsmore
<rhys@elsmore.id.au>
Thu, 23 Aug 2012 06:18:47 +0000
(16:18 +1000)
committer
Rhys Elsmore
<rhys@elsmore.id.au>
Thu, 23 Aug 2012 06:18:47 +0000
(16:18 +1000)
tests/test_requests.py
patch
|
blob
|
history
diff --git
a/tests/test_requests.py
b/tests/test_requests.py
index c688594b43ecf8f8bf3aa9ceae9b9d39a8b93fbc..0dba704a7c2d7f287568a1be615fd9fa85a968dd 100755
(executable)
--- a/
tests/test_requests.py
+++ b/
tests/test_requests.py
@@
-8,7
+8,6
@@
import sys
import os
sys.path.insert(0, os.path.abspath('..'))
import json
-import os
import unittest
import pickle
import tempfile