diff options
Diffstat (limited to 'lang/python/tests/t-wait.py')
-rwxr-xr-x | lang/python/tests/t-wait.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/tests/t-wait.py b/lang/python/tests/t-wait.py index 0c403fa6..31013011 100755 --- a/lang/python/tests/t-wait.py +++ b/lang/python/tests/t-wait.py @@ -23,6 +23,7 @@ del absolute_import, print_function, unicode_literals import time import gpg import support +_ = support # to appease pyflakes. c = gpg.Context() c.set_armor(True) |