##// END OF EJS Templates
Remove executable bit from images....
Remove executable bit from images. Closes #982. Thanks to Julian Taylor for the heads-up.

File last commit:

r4246:4232a692
r5288:8636e4e3
Show More
ipython
7 lines | 153 B | text/plain | TextLexer
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython.frontend.terminal.ipapp import launch_new_instance
launch_new_instance()