diff options
Diffstat (limited to 'tests/util.py')
-rw-r--r-- | tests/util.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/util.py b/tests/util.py index a756b6006..f8be8baa9 100644 --- a/tests/util.py +++ b/tests/util.py @@ -15,6 +15,7 @@ from functools import wraps from xml.etree import ElementTree from six import string_types +from six import StringIO import pytest @@ -207,8 +208,6 @@ def strip_escseq(text): # ############################################# # DEPRECATED implementations -from six import StringIO - def gen_with_app(*args, **kwargs): """ |