diff options
Diffstat (limited to 'lang/python/tests/final.py')
-rwxr-xr-x | lang/python/tests/final.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/tests/final.py b/lang/python/tests/final.py index 8e7ab339..65375cb8 100755 --- a/lang/python/tests/final.py +++ b/lang/python/tests/final.py @@ -22,6 +22,8 @@ del absolute_import, print_function, unicode_literals import os import subprocess +import support +_ = support # to appease pyflakes. subprocess.check_call([os.path.join(os.getenv('top_srcdir'), "tests", "start-stop-agent"), "--stop"]) |