diff options
Diffstat (limited to 'tests/test_build_gettext.py')
-rw-r--r-- | tests/test_build_gettext.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_build_gettext.py b/tests/test_build_gettext.py index 831ef29d2..bba3461b8 100644 --- a/tests/test_build_gettext.py +++ b/tests/test_build_gettext.py @@ -14,8 +14,7 @@ import os import re from subprocess import Popen, PIPE -from util import * -from util import SkipTest +from util import test_root, test_roots, with_app, SkipTest def teardown_module(): |