Show More
@@ -1,26 +1,23 b'' | |||
|
1 | 1 | # encoding: utf-8 |
|
2 | 2 | |
|
3 | 3 | def test_import_coloransi(): |
|
4 | 4 | from IPython.utils import coloransi |
|
5 | 5 | |
|
6 | 6 | def test_import_generics(): |
|
7 | 7 | from IPython.utils import generics |
|
8 | 8 | |
|
9 | 9 | def test_import_ipstruct(): |
|
10 | 10 | from IPython.utils import ipstruct |
|
11 | 11 | |
|
12 | 12 | def test_import_PyColorize(): |
|
13 | 13 | from IPython.utils import PyColorize |
|
14 | 14 | |
|
15 | 15 | def test_import_rlineimpl(): |
|
16 | 16 | from IPython.utils import rlineimpl |
|
17 | 17 | |
|
18 | 18 | def test_import_strdispatch(): |
|
19 | 19 | from IPython.utils import strdispatch |
|
20 | 20 | |
|
21 | def test_import_upgradedir(): | |
|
22 | from IPython.utils import upgradedir | |
|
23 | ||
|
24 | 21 | def test_import_wildcard(): |
|
25 | 22 | from IPython.utils import wildcard |
|
26 | 23 |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now