##// END OF EJS Templates
demo.py => lib/demo.py and imports updated.
Brian Granger -
Show More
1 NO CONTENT: file renamed from IPython/demo.py to IPython/lib/demo.py
NO CONTENT: file renamed from IPython/demo.py to IPython/lib/demo.py
@@ -7,3 +7,5 b' def test_import_backgroundjobs():'
7 def test_import_deepreload():
7 def test_import_deepreload():
8 from IPython.lib import deepreload
8 from IPython.lib import deepreload
9
9
10 def test_import_demo():
11 from IPython.lib import demo No newline at end of file
@@ -101,6 +101,7 b' Where things will be moved'
101
101
102 * :file:`deep_reload.py`. Move to :file:`IPython/lib/deepreload.py`.
102 * :file:`deep_reload.py`. Move to :file:`IPython/lib/deepreload.py`.
103
103
104 * :file:`demo.py`. Move to :file:`IPython/lib/demo.py`.
104
105
105
106
106 * :file:`DPyGetOpt.py`. Move to :mod:`IPython.sandbox` and replace with newer options parser.
107 * :file:`DPyGetOpt.py`. Move to :mod:`IPython.sandbox` and replace with newer options parser.
@@ -146,7 +147,6 b' Where things will be moved'
146 * :file:`config`. Good where it is!
147 * :file:`config`. Good where it is!
147
148
148
149
149 * :file:`demo.py`. Move to :file:`IPython/lib/demo.py`.
150
150
151 * :file:`dtutils.py`. Remove or move to :file:`IPython.testing` or
151 * :file:`dtutils.py`. Remove or move to :file:`IPython.testing` or
152 :file:`IPython.lib`.
152 :file:`IPython.lib`.
General Comments 0
You need to be logged in to leave comments. Login now