##// END OF EJS Templates
Moving files to top level.
Moving files to top level.

File last commit:

r16109:6403d539
r16112:43623688
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
MinRK
move IPython.zmq.parallel to IPython.parallel
r3666 from IPython.parallel.client import Client
Fernando Perez
Add little soma workflow example
r3608
client = Client()