I'm not 100% sure about this; I think it will enable the redirect() actions to
[monitor.git] / Rpyc / Demo / pipe-child.py
1 import sys\r
2 from Rpyc import PipeConnection\r
3 \r
4 c = PipeConnection(sys.stdin, sys.stdout)\r
5 c.modules.sys.path.append("i love lucy")\r
6 \r
7 \r
8 # child dies