##// END OF EJS Templates
add @interactive decorator to IPython.parallel namespace
add @interactive decorator to IPython.parallel namespace

File last commit:

r3408:261328d5
r6832:176eff9a
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from path import *
except ImportError:
from _path import *