diff options
Diffstat (limited to 'lang/python/pyme/constants/pk.py')
-rw-r--r-- | lang/python/pyme/constants/pk.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/pyme/constants/pk.py b/lang/python/pyme/constants/pk.py index f0e3937d..cfc53095 100644 --- a/lang/python/pyme/constants/pk.py +++ b/lang/python/pyme/constants/pk.py @@ -15,5 +15,8 @@ # License along with this library; if not, write to the Free Software # 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 pyme import util util.process_constants('GPGME_PK_', globals()) |