aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyme/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/pyme/core.py b/lang/python/pyme/core.py
index 1d6e3847..f3829d5f 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