Show More
@@ -17,6 +17,7 b' import sys' | |||||
17 | import tempfile |
|
17 | import tempfile | |
18 | import unittest |
|
18 | import unittest | |
19 | from unittest import mock |
|
19 | from unittest import mock | |
|
20 | from io import StringIO | |||
20 |
|
21 | |||
21 | from os.path import join |
|
22 | from os.path import join | |
22 |
|
23 | |||
@@ -30,12 +31,6 b' from IPython.testing.decorators import (' | |||||
30 | from IPython.testing import tools as tt |
|
31 | from IPython.testing import tools as tt | |
31 | from IPython.utils.process import find_cmd |
|
32 | from IPython.utils.process import find_cmd | |
32 | from IPython.utils import py3compat |
|
33 | from IPython.utils import py3compat | |
33 | from IPython.utils.py3compat import PY3 |
|
|||
34 |
|
||||
35 | if PY3: |
|
|||
36 | from io import StringIO |
|
|||
37 | else: |
|
|||
38 | from StringIO import StringIO |
|
|||
39 |
|
34 | |||
40 | #----------------------------------------------------------------------------- |
|
35 | #----------------------------------------------------------------------------- | |
41 | # Globals |
|
36 | # Globals |
General Comments 0
You need to be logged in to leave comments.
Login now