Show More
@@ -27,7 +27,7 b' from StringIO import StringIO' | |||||
27 |
|
27 | |||
28 | # Our own imports |
|
28 | # Our own imports | |
29 | from IPython.config.configurable import Configurable |
|
29 | from IPython.config.configurable import Configurable | |
30 |
from IPython. |
|
30 | from IPython.lib import pretty | |
31 | from IPython.utils.traitlets import Bool, Dict, Int, Str, CStr |
|
31 | from IPython.utils.traitlets import Bool, Dict, Int, Str, CStr | |
32 |
|
32 | |||
33 |
|
33 |
1 | NO CONTENT: file renamed from IPython/external/pretty/_pretty.py to IPython/lib/pretty.py |
|
NO CONTENT: file renamed from IPython/external/pretty/_pretty.py to IPython/lib/pretty.py |
@@ -116,7 +116,6 b' def find_packages():' | |||||
116 | add_package(packages, 'external.Itpl') |
|
116 | add_package(packages, 'external.Itpl') | |
117 | add_package(packages, 'external.mglob') |
|
117 | add_package(packages, 'external.mglob') | |
118 | add_package(packages, 'external.path') |
|
118 | add_package(packages, 'external.path') | |
119 | add_package(packages, 'external.pretty') |
|
|||
120 | add_package(packages, 'external.pyparsing') |
|
119 | add_package(packages, 'external.pyparsing') | |
121 | add_package(packages, 'external.simplegeneric') |
|
120 | add_package(packages, 'external.simplegeneric') | |
122 | add_package(packages, 'external.validate') |
|
121 | add_package(packages, 'external.validate') |
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