Show More
@@ -6,13 +6,7 b'' | |||||
6 |
|
6 | |||
7 |
|
7 | |||
8 | import sys |
|
8 | import sys | |
9 |
|
9 | from io import StringIO | ||
10 | from IPython.utils.py3compat import PY3 |
|
|||
11 |
|
||||
12 | if PY3: |
|
|||
13 | from io import StringIO |
|
|||
14 | else: |
|
|||
15 | from StringIO import StringIO |
|
|||
16 |
|
10 | |||
17 | #----------------------------------------------------------------------------- |
|
11 | #----------------------------------------------------------------------------- | |
18 | # Classes and functions |
|
12 | # Classes and functions |
General Comments 0
You need to be logged in to leave comments.
Login now