[git] GPGME - branch, master, updated. gpgme-1.11.1-62-g19c5267

by Ben McGinnes cvs at cvs.gnupg.org
Sun Jun 17 14:44:18 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  19c5267f868aa41e73752ac1c76ec7ae1efe07b8 (commit)
      from  a5b24ae46c81d3abd3bb18bf0390cab6ebb2bd77 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 19c5267f868aa41e73752ac1c76ec7ae1efe07b8
Author: Ben McGinnes <ben at adversary.org>
Date:   Sun Jun 17 22:42:43 2018 +1000

    python bindings: core import statements
    
    * Fixed the bit I broke while fixing the PEP8 compliance issues.

diff --git a/lang/python/src/core.py b/lang/python/src/core.py
index 33a1c70..8f2e9d8 100644
--- a/lang/python/src/core.py
+++ b/lang/python/src/core.py
@@ -1,5 +1,8 @@
 # -*- coding: utf-8 -*-
 
+from __future__ import absolute_import, print_function, unicode_literals
+del absolute_import, print_function, unicode_literals
+
 import re
 import os
 import warnings
@@ -11,9 +14,6 @@ from . import constants
 from . import errors
 from . import util
 
-from __future__ import absolute_import, print_function, unicode_literals
-del absolute_import, print_function, unicode_literals
-
 # Copyright (C) 2016-2017 g10 Code GmbH
 # Copyright (C) 2004,2008 Igor Belyi <belyi at users.sourceforge.net>
 # Copyright (C) 2002 John Goerzen <jgoerzen at complete.org>

-----------------------------------------------------------------------

Summary of changes:
 lang/python/src/core.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list