diff options
Diffstat (limited to 'tests/test_intl.py')
-rw-r--r-- | tests/test_intl.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py index 4a74e030e..fe152c831 100644 --- a/tests/test_intl.py +++ b/tests/test_intl.py @@ -10,15 +10,14 @@ :license: BSD, see LICENSE for details. """ -from subprocess import Popen, PIPE -import re import os +import re from StringIO import StringIO +from subprocess import Popen, PIPE from sphinx.util.pycompat import relpath -from util import * -from util import SkipTest +from util import test_roots, path, with_app, SkipTest warnfile = StringIO() |