summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/l2db/backends/inmemory.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-08-25 20:25:30 -0300
committerdrebs <drebs@leap.se>2016-08-29 12:56:00 -0300
commit0690eb5338953dadc68c53b8d4010ca40adc3b0b (patch)
tree2d147d6aa3f9f50d1d228ca6c40115193ea1fbee /common/src/leap/soledad/common/l2db/backends/inmemory.py
parentd86831e4cd3e77f340618168528e62cf4dafb5d7 (diff)
[pkg] remove leftover simplejson imports from l2db
Diffstat (limited to 'common/src/leap/soledad/common/l2db/backends/inmemory.py')
-rw-r--r--common/src/leap/soledad/common/l2db/backends/inmemory.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/src/leap/soledad/common/l2db/backends/inmemory.py b/common/src/leap/soledad/common/l2db/backends/inmemory.py
index 06a934a6..6fd251af 100644
--- a/common/src/leap/soledad/common/l2db/backends/inmemory.py
+++ b/common/src/leap/soledad/common/l2db/backends/inmemory.py
@@ -16,10 +16,7 @@
"""The in-memory Database class for U1DB."""
-try:
- import simplejson as json
-except ImportError:
- import json # noqa
+import json
from leap.soledad.common.l2db import (
Document, errors,