##// END OF EJS Templates
fix time format to international time format...
fix time format to international time format use the ISO 8601 standard see http://en.wikipedia.org/wiki/ISO_8601#Times

File last commit:

r9376:d18872e9
r9909:85906fa6
Show More
__init__.py
7 lines | 244 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
from .connect import *
from .launcher import *
from .kernelmanager import KernelManager
from .blockingkernelmanager import BlockingKernelManager
from .multikernelmanager import MultiKernelManager