diff --git a/scripts/functional_tests.py b/scripts/functional_tests.py index 64c9f8bcdc6..de56a42b1c3 100644 --- a/scripts/functional_tests.py +++ b/scripts/functional_tests.py @@ -1,5 +1,9 @@ #!/usr/bin/env python +# Import system subprocess now before twill so we don't get its +# variant that breaks things. +import subprocess + import os import sys import shutil