##// END OF EJS Templates
Temporary fix to work around #1057....
Temporary fix to work around #1057. Basically it reverts the effect of #956 and goes back to a static list for the 'all magics' menu. I tried to mark very clearly the new code so we can disable it once a proper fix for #1057 is committed, but we can't have a broken qt console in master.

File last commit:

r2058:7e8fc59a
r5489:65546bf8
Show More
pycolor
6 lines | 183 B | text/plain | TextLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 #!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
Brian Granger
Fixing installation related issues.
r2058 import IPython.utils.PyColorize
IPython.utils.PyColorize.main()