diff options
Diffstat (limited to 'lang/python/tests/t-encrypt-sym.py')
-rwxr-xr-x | lang/python/tests/t-encrypt-sym.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python/tests/t-encrypt-sym.py b/lang/python/tests/t-encrypt-sym.py index 8ee9cd6b..82992934 100755 --- a/lang/python/tests/t-encrypt-sym.py +++ b/lang/python/tests/t-encrypt-sym.py @@ -23,8 +23,7 @@ del absolute_import, print_function, unicode_literals import os import gpg import support - -support.assert_gpg_version() +_ = support # to appease pyflakes. for passphrase in ("abc", b"abc"): c = gpg.Context() |