115
117
without ssh intermediating.
117
119
args = [sys.executable, sys.argv[0], 'serve', '--inet']
118
123
child = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
120
125
conn = smart.SmartStreamClient(lambda: (child.stdout, child.stdin))