diff options
Diffstat (limited to 'lang/python/tests/t-encrypt.py')
| -rwxr-xr-x | lang/python/tests/t-encrypt.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/python/tests/t-encrypt.py b/lang/python/tests/t-encrypt.py index eaa454ff..0c0ca357 100755 --- a/lang/python/tests/t-encrypt.py +++ b/lang/python/tests/t-encrypt.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()  c.set_armor(True) | 
