diff options
Diffstat (limited to 'lang/python/tests/t-verify.py')
-rwxr-xr-x | lang/python/tests/t-verify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/tests/t-verify.py b/lang/python/tests/t-verify.py index 03476382..320dae66 100755 --- a/lang/python/tests/t-verify.py +++ b/lang/python/tests/t-verify.py @@ -24,6 +24,7 @@ import sys import os import gpg import support +_ = support # to appease pyflakes. test_text1 = b"Just GNU it!\n" test_text1f= b"Just GNU it?\n" |