aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-edit.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests/t-edit.py')
-rwxr-xr-xlang/python/tests/t-edit.py2
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):