aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-trustlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests/t-trustlist.py')
-rwxr-xr-xlang/python/tests/t-trustlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-trustlist.py b/lang/python/tests/t-trustlist.py
index 5db09548..8c5e2143 100755
--- a/lang/python/tests/t-trustlist.py
+++ b/lang/python/tests/t-trustlist.py
@@ -23,7 +23,7 @@ del absolute_import, print_function, unicode_literals
import gpg
import support
-support.init_gpgme(gpg.constants.PROTOCOL_OpenPGP)
+support.init_gpgme(gpg.constants.protocol.OpenPGP)
c = gpg.Context()
def dump_item(item):