##// END OF EJS Templates
Fix bug for x.*a*? syntax, added tests for it.
Fix bug for x.*a*? syntax, added tests for it.

File last commit:

r2922:cccb294d
r3068:06b49569
Show More
ipythonqt
6 lines | 110 B | text/plain | TextLexer
Fernando Perez
Add ipythonqt script to main list of user-installed scripts.
r2922 #!/usr/bin/env python
# -*- coding: utf-8 -*-
from IPython.frontend.qt.console.ipythonqt import main
main()