diff options
Diffstat (limited to 'lang/python/tests/t-edit.py')
-rwxr-xr-x | lang/python/tests/t-edit.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python/tests/t-edit.py b/lang/python/tests/t-edit.py index ffc32965..b1075a96 100755 --- a/lang/python/tests/t-edit.py +++ b/lang/python/tests/t-edit.py @@ -25,8 +25,7 @@ import sys import os import gpg import support - -support.assert_gpg_version() +_ = support # to appease pyflakes. class KeyEditor(object): def __init__(self): |