[Pkg-gnupg-commit] [gpgme] 99/412: python: Import GPGMEError.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 64e5fe767f45e9ccb0fb3fe919171c222132a54c
Author: Justus Winter <justus at gnupg.org>
Date:   Tue May 17 14:14:25 2016 +0200

    python: Import GPGMEError.
    
    * pyme/core.py: Import GPGMEError.
    
    Fixes c5d118b2.
    
    Signed-off-by: Justus Winter <justus at gnupg.org>
---
 lang/python/pyme/core.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/python/pyme/core.py b/lang/python/pyme/core.py
index 1d6e384..f3829d5 100644
--- a/lang/python/pyme/core.py
+++ b/lang/python/pyme/core.py
@@ -20,7 +20,7 @@
 
 
 from . import pygpgme
-from .errors import errorcheck
+from .errors import errorcheck, GPGMEError
 from . import errors
 from .util import GpgmeWrapper
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list