diff options
| author | Justus Winter <[email protected]> | 2016-05-10 11:30:30 +0000 | 
|---|---|---|
| committer | Justus Winter <[email protected]> | 2016-05-10 11:30:30 +0000 | 
| commit | aade53a12b9716997684b872bc2ac87229f73fb3 (patch) | |
| tree | 3b7765c59ff99c7929a3e08053bcd2f301a1ceec /lang/python/examples/signverify.py | |
| parent | python: Drop Debian packaging. (diff) | |
| download | gpgme-aade53a12b9716997684b872bc2ac87229f73fb3.tar.gz gpgme-aade53a12b9716997684b872bc2ac87229f73fb3.zip | |
python: Delete trailing whitespace.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
| -rwxr-xr-x | lang/python/examples/signverify.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/python/examples/signverify.py b/lang/python/examples/signverify.py index f8804ca9..7194157b 100755 --- a/lang/python/examples/signverify.py +++ b/lang/python/examples/signverify.py @@ -43,7 +43,7 @@ if not c.signers_enum(0):  passlist = {      b"<[email protected]>": b"Crypt0R0cks"      } -     +  # callback will return password based on the e-mail listed in the hint.  c.set_passphrase_cb(lambda x,y,z: passlist[x[x.rindex("<"):]]) | 
