##// END OF EJS Templates
Fix bug where atexit operations were only done if readline was present.
Fix bug where atexit operations were only done if readline was present.

File last commit:

r2922:cccb294d
r2953:b6f899e5
Show More
ipythonqt
6 lines | 110 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from IPython.frontend.qt.console.ipythonqt import main
main()