diff options
Diffstat (limited to 'lang/python/tests/t-encrypt-sym.py')
-rwxr-xr-x | lang/python/tests/t-encrypt-sym.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-encrypt-sym.py b/lang/python/tests/t-encrypt-sym.py index 3990556d..07e6b62c 100755 --- a/lang/python/tests/t-encrypt-sym.py +++ b/lang/python/tests/t-encrypt-sym.py @@ -24,7 +24,7 @@ import os import gpg import support -support.init_gpgme(gpg.constants.PROTOCOL_OpenPGP) +support.init_gpgme(gpg.constants.protocol.OpenPGP) for passphrase in ("abc", b"abc"): c = gpg.Context() |