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/testCMSgetkey.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 'lang/python/examples/testCMSgetkey.py')
-rw-r--r-- | lang/python/examples/testCMSgetkey.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python/examples/testCMSgetkey.py b/lang/python/examples/testCMSgetkey.py index 53fdef77..7c953012 100644 --- a/lang/python/examples/testCMSgetkey.py +++ b/lang/python/examples/testCMSgetkey.py @@ -22,7 +22,7 @@ from pyme.constants import protocol def printgetkeyresults(keyfpr): """Run gpgme_get_key().""" - # gpgme_check_version() necessary for initialisation according to + # gpgme_check_version() necessary for initialisation according to # gogme 1.1.6 and this is not done automatically in pyme-0.7.0 print("gpgme version:", core.check_version(None)) c = core.Context() @@ -45,5 +45,3 @@ def main(): if __name__ == "__main__": main() - - |