##// END OF EJS Templates
tweak regexp handling of tzinfo...
tweak regexp handling of tzinfo allows for excluding the 'Z' from the timezone info

File last commit:

r11020:3bf3158c
r11150:ea0e1bc3
Show More
ipython
7 lines | 144 B | text/plain | TextLexer
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython.terminal.ipapp import launch_new_instance
launch_new_instance()