summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/tests/u1db_tests/test_http_client.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-08-24 14:37:08 -0300
committerdrebs <drebs@leap.se>2015-08-24 14:37:08 -0300
commit560c0a029f0f5cd2efc254786ca392f91dc80f19 (patch)
tree5e409dea8874669cf0bcc305a2f592e3a0f0d9a9 /common/src/leap/soledad/common/tests/u1db_tests/test_http_client.py
parent0e27dc259a5e5a0178d6d83ad0e692b07ef662eb (diff)
[refactor] remove simplejson dependency on common
Diffstat (limited to 'common/src/leap/soledad/common/tests/u1db_tests/test_http_client.py')
-rw-r--r--common/src/leap/soledad/common/tests/u1db_tests/test_http_client.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/src/leap/soledad/common/tests/u1db_tests/test_http_client.py b/common/src/leap/soledad/common/tests/u1db_tests/test_http_client.py
index f9e09cbd..973c3b26 100644
--- a/common/src/leap/soledad/common/tests/u1db_tests/test_http_client.py
+++ b/common/src/leap/soledad/common/tests/u1db_tests/test_http_client.py
@@ -17,10 +17,7 @@
"""Tests for HTTPDatabase"""
from oauth import oauth
-try:
- import simplejson as json
-except ImportError:
- import json # noqa
+import json
from u1db import (
errors,