Show More
@@ -53,7 +53,7 b' from IPython.utils.generics import result_display' | |||
|
53 | 53 | from IPython.core import ipapi |
|
54 | 54 | from IPython.external.path import path |
|
55 | 55 | if os.name == "nt": |
|
56 | from IPython.winconsole import get_console_size | |
|
56 | from IPython.utils.winconsole import get_console_size | |
|
57 | 57 | |
|
58 | 58 | try: |
|
59 | 59 | set |
@@ -33,3 +33,6 b' def test_import_upgradedir():' | |||
|
33 | 33 | |
|
34 | 34 | def test_import_wildcard(): |
|
35 | 35 | from IPython.utils import wildcard |
|
36 | ||
|
37 | def test_import_winconsole(): | |
|
38 | from IPython.utils import winconsole |
|
1 | NO CONTENT: file renamed from IPython/winconsole.py to IPython/utils/winconsole.py |
General Comments 0
You need to be logged in to leave comments.
Login now