Show More
@@ -43,7 +43,7 b' except ImportError:' | |||||
43 |
|
43 | |||
44 | # Homebrewed |
|
44 | # Homebrewed | |
45 | import IPython |
|
45 | import IPython | |
46 | from IPython import wildcard |
|
46 | from IPython.utils import wildcard | |
47 | from IPython.core import debugger, oinspect |
|
47 | from IPython.core import debugger, oinspect | |
48 | from IPython.core.fakemodule import FakeModule |
|
48 | from IPython.core.fakemodule import FakeModule | |
49 | from IPython.external.Itpl import Itpl, itpl, printpl,itplns |
|
49 | from IPython.external.Itpl import Itpl, itpl, printpl,itplns |
@@ -30,7 +30,7 b' import types' | |||||
30 | from IPython.utils import PyColorize |
|
30 | from IPython.utils import PyColorize | |
31 | from IPython.utils.genutils import page,indent,Term |
|
31 | from IPython.utils.genutils import page,indent,Term | |
32 | from IPython.external.Itpl import itpl |
|
32 | from IPython.external.Itpl import itpl | |
33 | from IPython.wildcard import list_namespace |
|
33 | from IPython.utils.wildcard import list_namespace | |
34 | from IPython.utils.coloransi import * |
|
34 | from IPython.utils.coloransi import * | |
35 |
|
35 | |||
36 | #**************************************************************************** |
|
36 | #**************************************************************************** |
@@ -30,3 +30,6 b' def test_import_strdispatch():' | |||||
30 |
|
30 | |||
31 | def test_import_upgradedir(): |
|
31 | def test_import_upgradedir(): | |
32 | from IPython.utils import upgradedir |
|
32 | from IPython.utils import upgradedir | |
|
33 | ||||
|
34 | def test_import_wildcard(): | |||
|
35 | from IPython.utils import wildcard |
1 | NO CONTENT: file renamed from IPython/wildcard.py to IPython/utils/wildcard.py |
|
NO CONTENT: file renamed from IPython/wildcard.py to IPython/utils/wildcard.py |
@@ -239,11 +239,11 b' Where things will be moved' | |||||
239 |
|
239 | |||
240 | * :file:`ultraTB.py`. Move to :file:`IPython/core/ultratb.py`. |
|
240 | * :file:`ultraTB.py`. Move to :file:`IPython/core/ultratb.py`. | |
241 |
|
241 | |||
242 |
* :file:`upgrade_dir.py`. Move to :file:`IPython/ |
|
242 | * :file:`upgrade_dir.py`. Move to :file:`IPython/utils/upgradedir.py`. | |
243 |
|
243 | |||
244 | * :file:`usage.py`. Move to :file:`IPython.core`. |
|
244 | * :file:`usage.py`. Move to :file:`IPython.core`. | |
245 |
|
245 | |||
246 |
* :file:`wildcard.py`. Move to :file:`IPython. |
|
246 | * :file:`wildcard.py`. Move to :file:`IPython.utils`. | |
247 |
|
247 | |||
248 | * :file:`winconsole.py`. Move to :file:`IPython.lib`. |
|
248 | * :file:`winconsole.py`. Move to :file:`IPython.lib`. | |
249 |
|
249 |
General Comments 0
You need to be logged in to leave comments.
Login now