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