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/pyme/callbacks.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/pyme/callbacks.py')
-rw-r--r-- | lang/python/pyme/callbacks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/pyme/callbacks.py b/lang/python/pyme/callbacks.py index e3c810cd..3a507b99 100644 --- a/lang/python/pyme/callbacks.py +++ b/lang/python/pyme/callbacks.py @@ -33,7 +33,7 @@ def passphrase_stdin(hint, desc, prev_bad, hook=None): def progress_stdout(what, type, current, total, hook=None): print("PROGRESS UPDATE: what = %s, type = %d, current = %d, total = %d" %\ (what, type, current, total)) - + def readcb_fh(count, hook): """A callback for data. hook should be a Python file-like object.""" if count: |