gpgme/lang/python/gpg/constants/sig/__init__.py
Daniel Kahn Gillmor 2fac017618 python: Rename Python module from PyME to gpg.
This follows weeks of discussion on the gnupg-devel mailing list.
Hopefully it will make it easier for people using Python to use GnuPG
in the future.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2016-10-31 15:42:27 +01:00

7 lines
167 B
Python

from __future__ import absolute_import, print_function, unicode_literals
del absolute_import, print_function, unicode_literals
from . import mode
__all__ = ['mode']