##// END OF EJS Templates
Merge pull request #2852 from minrk/pyzmq_compat...
Merge pull request #2852 from minrk/pyzmq_compat future pyzmq compatibility update base pyzmq version to 2.1.11 removes MockSocket to avoid compatibility issues with various versions of Python+PyZMQ in test_session.

File last commit:

r2058:7e8fc59a
r9345:df348520 merge
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()