From 2f754440f28e8f81babdf7efa6186edbc8ad99fd Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 28 Jul 2016 15:44:38 +0200 Subject: python: Rename compiled SWIG module. Avoid the name pygpgme, as this is the name of another popular Python binding for GPGME. This commit renames the compiled Python module produced by SWIG. * lang/python/Makefile.am: Rename the compiled Python module. * lang/python/gpgme.i: Likewise. * lang/python/pyme/core.py: Likewise. * lang/python/pyme/errors.py: Likewise. * lang/python/pyme/util.py: Likewise. * lang/python/pyme/version.py.in: Likewise. * lang/python/setup.py.in: Likewise. Signed-off-by: Justus Winter --- lang/python/gpgme.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/gpgme.i') diff --git a/lang/python/gpgme.i b/lang/python/gpgme.i index 11af994b..dfa3775c 100644 --- a/lang/python/gpgme.i +++ b/lang/python/gpgme.i @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -%module pygpgme +%module gpgme %include "cpointer.i" %include "cstring.i" -- cgit v1.2.3