diff options
Diffstat (limited to 'lang/python/examples/howto/key-selection.py')
-rwxr-xr-x | lang/python/examples/howto/key-selection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/python/examples/howto/key-selection.py b/lang/python/examples/howto/key-selection.py index 8c2d7b58..a007219e 100755 --- a/lang/python/examples/howto/key-selection.py +++ b/lang/python/examples/howto/key-selection.py @@ -49,4 +49,3 @@ keys = [] for i in range(len(key_ids)): logrus = key_ids[i] keys.append(gpg.Context().keylist(pattern=logrus)) - |