summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-09-16 22:09:06 -0500
committerKali Kaneko <kali@leap.se>2015-02-11 14:03:17 -0400
commit4c918100110029ccbab463bd77b3565383fc409b (patch)
tree00e92c682675fc9c9fd52617cef0e51bc5d85177
parentfa8dacef003d30cd9b56f7e2b07baa3b387c1e20 (diff)
remove unused imports
-rw-r--r--client/src/leap/soledad/client/shared_db.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/client/src/leap/soledad/client/shared_db.py b/client/src/leap/soledad/client/shared_db.py
index 52e51c6f..31c4e8e8 100644
--- a/client/src/leap/soledad/client/shared_db.py
+++ b/client/src/leap/soledad/client/shared_db.py
@@ -14,19 +14,11 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-
"""
A shared database for storing/retrieving encrypted key material.
"""
-
-import simplejson as json
-
-
from u1db.remote import http_database
-
-from leap.soledad.common import SHARED_DB_LOCK_DOC_ID_PREFIX
from leap.soledad.client.auth import TokenBasedAuth