##// END OF EJS Templates
Move pretty into lib, because it's heavily changed now.
Thomas Spura -
Show More
@@ -27,7 +27,7 b' from StringIO import StringIO'
27 27
28 28 # Our own imports
29 29 from IPython.config.configurable import Configurable
30 from IPython.external import pretty
30 from IPython.lib import pretty
31 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
@@ -116,7 +116,6 b' def find_packages():'
116 116 add_package(packages, 'external.Itpl')
117 117 add_package(packages, 'external.mglob')
118 118 add_package(packages, 'external.path')
119 add_package(packages, 'external.pretty')
120 119 add_package(packages, 'external.pyparsing')
121 120 add_package(packages, 'external.simplegeneric')
122 121 add_package(packages, 'external.validate')
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now