aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/t-edit.py
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-05-10 11:30:30 +0000
committerJustus Winter <[email protected]>2016-05-10 11:30:30 +0000
commitaade53a12b9716997684b872bc2ac87229f73fb3 (patch)
tree3b7765c59ff99c7929a3e08053bcd2f301a1ceec /lang/python/examples/t-edit.py
parentpython: Drop Debian packaging. (diff)
downloadgpgme-aade53a12b9716997684b872bc2ac87229f73fb3.tar.gz
gpgme-aade53a12b9716997684b872bc2ac87229f73fb3.zip
python: Delete trailing whitespace.
-- Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r--lang/python/examples/t-edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/examples/t-edit.py b/lang/python/examples/t-edit.py
index 6c533429..5553190c 100644
--- a/lang/python/examples/t-edit.py
+++ b/lang/python/examples/t-edit.py
@@ -32,7 +32,7 @@ class KeyEditor:
out.seek(0,0)
print(out.read(), end=' ')
print("[-- Code: %d, %s --]" % (status, args))
-
+
if args == "keyedit.prompt":
result = self.steps[self.step]
self.step += 1