diff options
Diffstat (limited to 'lang/python/tests/support.py')
-rw-r--r-- | lang/python/tests/support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/support.py b/lang/python/tests/support.py index f1ffdc38..280ed063 100644 --- a/lang/python/tests/support.py +++ b/lang/python/tests/support.py @@ -20,7 +20,7 @@ del absolute_import, print_function, unicode_literals import sys import os -from pyme import core +from gpg import core # known keys alpha = "A0FF4590BB6122EDEF6E3C542D727CC768697734" |