From 8a6a73b9c4f92b159450edb5e4a780fc7389ca82 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sat, 18 Aug 2018 15:36:23 +1000 Subject: Python bindings constants: PEP8 compliance (almost) * PEP8 compliance for all constants except the globals in src/constants/__init__.py depending on whether the import sequence affects the globals themselves. --- lang/python/src/constants/data/encoding.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/python/src/constants/data/encoding.py') diff --git a/lang/python/src/constants/data/encoding.py b/lang/python/src/constants/data/encoding.py index e76a22ee..9afa7323 100644 --- a/lang/python/src/constants/data/encoding.py +++ b/lang/python/src/constants/data/encoding.py @@ -16,8 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA from __future__ import absolute_import, print_function, unicode_literals -del absolute_import, print_function, unicode_literals from gpg import util util.process_constants('GPGME_DATA_ENCODING_', globals()) -del util +del absolute_import, print_function, unicode_literals, util -- cgit v1.2.3