Commit 25fa2406 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

specify color_scheme as before.

parent bec81709
...@@ -346,7 +346,7 @@ class DebugTestResult: ...@@ -346,7 +346,7 @@ class DebugTestResult:
import IPython import IPython
try: try:
IPython.InteractiveShell() IPython.InteractiveShell()
p = IPython.core.debugger.Pdb() p = IPython.core.debugger.Pdb(color_scheme='Linux')
except AttributeError: # for ipython-0.10 or before except AttributeError: # for ipython-0.10 or before
IPython.Shell.IPShell(argv=[]) IPython.Shell.IPShell(argv=[])
p = IPython.Debugger.Pdb(color_scheme=__IPYTHON__.rc.colors) p = IPython.Debugger.Pdb(color_scheme=__IPYTHON__.rc.colors)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment