diff options
author | Kali Kaneko <kali@leap.se> | 2014-09-16 22:09:06 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-02-11 14:03:17 -0400 |
commit | 4c918100110029ccbab463bd77b3565383fc409b (patch) | |
tree | 00e92c682675fc9c9fd52617cef0e51bc5d85177 /client/src/leap/soledad | |
parent | fa8dacef003d30cd9b56f7e2b07baa3b387c1e20 (diff) |
remove unused imports
Diffstat (limited to 'client/src/leap/soledad')
-rw-r--r-- | client/src/leap/soledad/client/shared_db.py | 8 |
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 |