diff options
Diffstat (limited to '')
| -rwxr-xr-x | lang/python/tests/t-decrypt.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/python/tests/t-decrypt.py b/lang/python/tests/t-decrypt.py index daaad3d2..1af05626 100755 --- a/lang/python/tests/t-decrypt.py +++ b/lang/python/tests/t-decrypt.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()  source = gpg.Data(file=support.make_filename("cipher-1.asc")) | 
