Skip to content

Commit

Permalink
Move pretty into lib, because it's heavily changed now.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspur committed Mar 13, 2011
1 parent b390cc3 commit 664ecc2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion IPython/core/formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Our own imports
from IPython.config.configurable import Configurable
from IPython.external import pretty
from IPython.lib import pretty
from IPython.utils.traitlets import Bool, Dict, Int, Str, CStr


Expand Down
19 changes: 0 additions & 19 deletions IPython/external/pretty/__init__.py

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def find_packages():
add_package(packages, 'external.Itpl')
add_package(packages, 'external.mglob')
add_package(packages, 'external.path')
add_package(packages, 'external.pretty')
add_package(packages, 'external.pyparsing')
add_package(packages, 'external.simplegeneric')
add_package(packages, 'external.validate')
Expand Down

0 comments on commit 664ecc2

Please sign in to comment.