diff options
Diffstat (limited to 'lang/python/tests/t-wait.py')
-rwxr-xr-x | lang/python/tests/t-wait.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-wait.py b/lang/python/tests/t-wait.py index b7d9a34b..96461f3e 100755 --- a/lang/python/tests/t-wait.py +++ b/lang/python/tests/t-wait.py @@ -21,7 +21,7 @@ from __future__ import absolute_import, print_function, unicode_literals del absolute_import, print_function, unicode_literals import time -from pyme import core, constants, errors +from gpg import core, constants, errors import support support.init_gpgme(constants.PROTOCOL_OpenPGP) |