##// END OF EJS Templates
DPyGetOpt.py => utils/DPyGetOpt.py and imports updated....
Brian Granger -
Show More
@@ -47,7 +47,8 b' else:'
47 47 # Other IPython utilities
48 48 import IPython
49 49 from IPython.Itpl import Itpl,itpl,printpl
50 from IPython import DPyGetOpt, platutils
50 from IPython import platutils
51 from IPython.utils import DPyGetOpt
51 52 from IPython.generics import result_display
52 53 import IPython.ipapi
53 54 from IPython.external.path import path
@@ -44,7 +44,7 b' import sys'
44 44 from pprint import pprint
45 45
46 46 # Our own
47 from IPython import DPyGetOpt
47 from IPython.utils import DPyGetOpt
48 48 from IPython import Release
49 49 from IPython.ipstruct import Struct
50 50 from IPython.OutputTrap import OutputTrap
1 NO CONTENT: file renamed from IPython/DPyGetOpt.py to IPython/utils/DPyGetOpt.py
@@ -4,3 +4,6 b''
4 4 def test_import_coloransi():
5 5 from IPython.utils import coloransi
6 6
7 def test_import_DPyGetOpt():
8 from IPython.utils import DPyGetOpt
9
@@ -103,8 +103,7 b' Where things will be moved'
103 103
104 104 * :file:`demo.py`. Move to :file:`IPython/lib/demo.py`.
105 105
106
107 * :file:`DPyGetOpt.py`. Move to :mod:`IPython.sandbox` and replace with newer options parser.
106 * :file:`DPyGetOpt.py`. Move to :mod:`IPython.utils` and replace with newer options parser.
108 107
109 108 * :file:`Extensions`. This needs to be gone through separately. Minimally,
110 109 the package should be renamed to :file:`extensions`.
General Comments 0
You need to be logged in to leave comments. Login now