diff options
author | drebs <drebs@leap.se> | 2015-08-24 14:37:08 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-08-24 14:37:08 -0300 |
commit | 560c0a029f0f5cd2efc254786ca392f91dc80f19 (patch) | |
tree | 5e409dea8874669cf0bcc305a2f592e3a0f0d9a9 /common/src/leap/soledad/common/tests/test_sqlcipher_sync.py | |
parent | 0e27dc259a5e5a0178d6d83ad0e692b07ef662eb (diff) |
[refactor] remove simplejson dependency on common
Diffstat (limited to 'common/src/leap/soledad/common/tests/test_sqlcipher_sync.py')
-rw-r--r-- | common/src/leap/soledad/common/tests/test_sqlcipher_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/tests/test_sqlcipher_sync.py b/common/src/leap/soledad/common/tests/test_sqlcipher_sync.py index 9f9083af..c57d6f61 100644 --- a/common/src/leap/soledad/common/tests/test_sqlcipher_sync.py +++ b/common/src/leap/soledad/common/tests/test_sqlcipher_sync.py @@ -19,7 +19,7 @@ Test sqlcipher backend sync. """ -import simplejson as json +import json from u1db import sync from u1db import vectorclock |