##// END OF EJS Templates
Fix zope profile extension....
Fix zope profile extension. Note that this extension is now in deathrow pending update to the new apis, but I don't want it to go out of sync as this fix was committed to 0.10.1 branch. Closes: https://bugs.launchpad.net/ipython/+bug/443972

File last commit:

r2058:7e8fc59a
r2580:d2d0f075
Show More
pycolor
6 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.utils.PyColorize
IPython.utils.PyColorize.main()