Show More
@@ -18,18 +18,13 b' import tempfile' | |||
|
18 | 18 | import shutil |
|
19 | 19 | import random |
|
20 | 20 | import time |
|
21 | from io import StringIO | |
|
21 | 22 | |
|
22 | 23 | import nose.tools as nt |
|
23 | 24 | import IPython.testing.tools as tt |
|
24 | 25 | |
|
25 | 26 | from IPython.extensions.autoreload import AutoreloadMagics |
|
26 | 27 | from IPython.core.events import EventManager, pre_run_cell |
|
27 | from IPython.utils.py3compat import PY3 | |
|
28 | ||
|
29 | if PY3: | |
|
30 | from io import StringIO | |
|
31 | else: | |
|
32 | from StringIO import StringIO | |
|
33 | 28 | |
|
34 | 29 | #----------------------------------------------------------------------------- |
|
35 | 30 | # Test fixture |
General Comments 0
You need to be logged in to leave comments.
Login now