aboutsummaryrefslogtreecommitdiff
path: root/tests/test_jwt.py
diff options
context:
space:
mode:
authorCraig Citro <craigcitro@gmail.com>2014-08-15 11:22:05 -0700
committerCraig Citro <craigcitro@gmail.com>2014-08-18 09:14:32 -0700
commit0cad2086584dba51119bd018e51080e9ea26a8d0 (patch)
tree27209f5f1ceda904fb6ee5f9d77d5a250193e4b3 /tests/test_jwt.py
parent0399a77a6a39c696841b1f16d85122d1a8c46552 (diff)
downloadoauth2client-0cad2086584dba51119bd018e51080e9ea26a8d0.tar.gz
Require python >= 2.6, use the json module.
* Set the minimum version of python to be 2.6, since we don't need to support anything older anymore. * As the first of a series of related cleanups, drop our custom json module (since json is in the stdlib since 2.6).
Diffstat (limited to 'tests/test_jwt.py')
-rw-r--r--tests/test_jwt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_jwt.py b/tests/test_jwt.py
index 8b17fea..8b94d40 100644
--- a/tests/test_jwt.py
+++ b/tests/test_jwt.py
@@ -37,7 +37,6 @@ except ImportError:
from http_mock import HttpMockSequence
from oauth2client import crypt
-from oauth2client.anyjson import simplejson
from oauth2client.client import Credentials
from oauth2client.client import SignedJwtAssertionCredentials
from oauth2client.client import VerifyJwtTokenError