##// END OF EJS Templates
Suppress SystemExit tracebacks in %run for scripts that correctly set their exit status to 0. This obviates the need for -e in such cases, of which unittest runs are the best example.
Suppress SystemExit tracebacks in %run for scripts that correctly set their exit status to 0. This obviates the need for -e in such cases, of which unittest runs are the best example.

File last commit:

r0:6f629fcc
r765:7b2d75a2
Show More
pycolor
6 lines | 171 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.PyColorize
IPython.PyColorize.main()