From b5fbe90676f46b9615919133753a65b20318fe63 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sat, 18 Aug 2018 18:46:47 +1000 Subject: Python bindings examples: PEP8 conpliance * Appears to be complete compliance. --- lang/python/examples/genkey.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/python/examples/genkey.py') diff --git a/lang/python/examples/genkey.py b/lang/python/examples/genkey.py index a043500e..710a530a 100755 --- a/lang/python/examples/genkey.py +++ b/lang/python/examples/genkey.py @@ -18,10 +18,11 @@ # along with this program; if not, see . from __future__ import absolute_import, print_function, unicode_literals -del absolute_import, print_function, unicode_literals import gpg +del absolute_import, print_function, unicode_literals + # This is the example from the GPGME manual. parms = """ -- cgit v1.2.3