diff options
author | Ben McGinnes <[email protected]> | 2018-03-21 18:55:53 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-03-21 18:55:53 +0000 |
commit | c6a0395f0a3a57071f0c943f7815f58a02f9d2f3 (patch) | |
tree | 35a689a0497efdaa73a42d245b1bab8570870c22 | |
parent | example: key selection (diff) | |
download | gpgme-c6a0395f0a3a57071f0c943f7815f58a02f9d2f3.tar.gz gpgme-c6a0395f0a3a57071f0c943f7815f58a02f9d2f3.zip |
example: key selection
* Removed extraneous blank line.
-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)) - |