diff options
Diffstat (limited to 'src/leap/soledad/__init__.py')
-rw-r--r-- | src/leap/soledad/__init__.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/leap/soledad/__init__.py b/src/leap/soledad/__init__.py index c9bf3f76..b847364f 100644 --- a/src/leap/soledad/__init__.py +++ b/src/leap/soledad/__init__.py @@ -73,27 +73,6 @@ Soledad client and server. SECRETS_DOC_ID_HASH_PREFIX = 'uuid-' -# -# Exceptions -# - -class KeyDoesNotExist(Exception): - """ - Soledad attempted to find a key that does not exist locally. - """ - - -class KeyAlreadyExists(Exception): - """ - Soledad attempted to create a key that already exists locally. - """ - - -class NotADirectory(Exception): - """ - Expected a path for a directory but got some other thing. - """ - # # Soledad: local encrypted storage and remote encrypted sync. |