summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLukáš Poláček <lukas@ksp.sk>2015-07-21 23:29:45 +0200
committerLukáš Poláček <lukas@ksp.sk>2015-08-05 19:29:36 +0200
commit83f034d85c6a787a9c8a7f755b14a97edfb6c32d (patch)
tree35a983fd83f2adf0760da86f37a6551b8f69aca7 /obnamlib/__init__.py
parentb186a2182172facf50c8186559008bab90c19b12 (diff)
downloadobnam-83f034d85c6a787a9c8a7f755b14a97edfb6c32d.tar.gz
Unlock repository after GPG error
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index cd919068..5858ddbd 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -89,7 +89,8 @@ from encryption import (generate_symmetric_key,
encrypt_with_keyring,
decrypt_with_secret_keys,
SymmetricKeyCache,
- EncryptionError)
+ EncryptionError,
+ GpgError)
from hooks import (
Hook, MissingFilterError, NoFilterTagError, FilterHook, HookManager)