Show More
@@ -31,7 +31,7 b' import linecache' | |||
|
31 | 31 | import os |
|
32 | 32 | import sys |
|
33 | 33 | |
|
34 | from IPython import PyColorize | |
|
34 | from IPython.utils import PyColorize | |
|
35 | 35 | from IPython.core import ipapi |
|
36 | 36 | from IPython.utils import coloransi |
|
37 | 37 | from IPython.utils.genutils import Term |
@@ -45,7 +45,8 b' import tempfile' | |||
|
45 | 45 | |
|
46 | 46 | # IPython's own modules |
|
47 | 47 | #import IPython |
|
48 |
from IPython import |
|
|
48 | from IPython import ultraTB | |
|
49 | from IPython.utils import PyColorize | |
|
49 | 50 | from IPython.core import debugger, oinspect |
|
50 | 51 | from IPython.Extensions import pickleshare |
|
51 | 52 | from IPython.core.fakemodule import FakeModule, init_fakemod_dict |
@@ -47,7 +47,7 b' from IPython import wildcard' | |||
|
47 | 47 | from IPython.core import debugger, oinspect |
|
48 | 48 | from IPython.core.fakemodule import FakeModule |
|
49 | 49 | from IPython.external.Itpl import Itpl, itpl, printpl,itplns |
|
50 | from IPython.PyColorize import Parser | |
|
50 | from IPython.utils.PyColorize import Parser | |
|
51 | 51 | from IPython.utils.ipstruct import Struct |
|
52 | 52 | from IPython.core.macro import Macro |
|
53 | 53 | from IPython.utils.genutils import * |
@@ -27,7 +27,7 b' import sys' | |||
|
27 | 27 | import types |
|
28 | 28 | |
|
29 | 29 | # IPython's own |
|
30 | from IPython import PyColorize | |
|
30 | from IPython.utils import PyColorize | |
|
31 | 31 | from IPython.utils.genutils import page,indent,Term |
|
32 | 32 | from IPython.external.Itpl import itpl |
|
33 | 33 | from IPython.wildcard import list_namespace |
@@ -90,7 +90,7 b' from inspect import getsourcefile, getfile, getmodule,\\' | |||
|
90 | 90 | |
|
91 | 91 | # IPython's own modules |
|
92 | 92 | # Modified pdb which doesn't damage IPython's readline handling |
|
93 | from IPython import PyColorize | |
|
93 | from IPython.utils import PyColorize | |
|
94 | 94 | from IPython.core import debugger |
|
95 | 95 | from IPython.utils.ipstruct import Struct |
|
96 | 96 | from IPython.core.excolors import exception_colors |
@@ -168,7 +168,7 b' import re' | |||
|
168 | 168 | import shlex |
|
169 | 169 | import sys |
|
170 | 170 | |
|
171 | from IPython.PyColorize import Parser | |
|
171 | from IPython.utils.PyColorize import Parser | |
|
172 | 172 | from IPython.utils.genutils import marquee, file_read, file_readlines |
|
173 | 173 | |
|
174 | 174 | __all__ = ['Demo','IPythonDemo','LineDemo','IPythonLineDemo','DemoError'] |
@@ -90,7 +90,7 b' from inspect import getsourcefile, getfile, getmodule,\\' | |||
|
90 | 90 | |
|
91 | 91 | # IPython's own modules |
|
92 | 92 | # Modified pdb which doesn't damage IPython's readline handling |
|
93 | from IPython import PyColorize | |
|
93 | from IPython.utils import PyColorize | |
|
94 | 94 | from IPython.core import debugger |
|
95 | 95 | from IPython.utils.ipstruct import Struct |
|
96 | 96 | from IPython.core.excolors import exception_colors |
|
1 | NO CONTENT: file renamed from IPython/PyColorize.py to IPython/utils/PyColorize.py |
General Comments 0
You need to be logged in to leave comments.
Login now