diff options
Diffstat (limited to '')
-rwxr-xr-x | lang/python/tests/t-edit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-edit.py b/lang/python/tests/t-edit.py index 18bcb94e..a3023e43 100755 --- a/lang/python/tests/t-edit.py +++ b/lang/python/tests/t-edit.py @@ -23,7 +23,7 @@ del absolute_import, print_function, unicode_literals import sys import os -from pyme import core, constants +from gpg import core, constants import support class KeyEditor(object): |