From c39cea7a07cec9ab34cd2026f47b6fba80fea3c8 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 17 May 2015 05:07:12 +1000 Subject: Byte encoding * More string updates. * verifydetails.py still fails, but as Bernhard is still contactable, it might be worth him checking on it instead. --- lang/py3-pyme/examples/t-edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/py3-pyme/examples/t-edit.py') diff --git a/lang/py3-pyme/examples/t-edit.py b/lang/py3-pyme/examples/t-edit.py index 24d36d32..6c533429 100644 --- a/lang/py3-pyme/examples/t-edit.py +++ b/lang/py3-pyme/examples/t-edit.py @@ -51,7 +51,7 @@ else: c = Context() c.set_passphrase_cb(lambda x,y,z: "abc") out = Data() - c.op_keylist_start("Alpha", 0) + c.op_keylist_start(b"Alpha", 0) key = c.op_keylist_next() c.op_edit(key, KeyEditor().edit_fnc, out, out) print("[-- Last response --]") -- cgit v1.2.3