##// END OF EJS Templates
cmdserver: correct doc of channeledoutput...
Yuya Nishihara -
r22561:1120b1e2 default
parent child Browse files
Show More
@@ -23,7 +23,7 b' def log(*args):'
23
23
24 class channeledoutput(object):
24 class channeledoutput(object):
25 """
25 """
26 Write data from in_ to out in the following format:
26 Write data to out in the following format:
27
27
28 data length (unsigned int),
28 data length (unsigned int),
29 data
29 data
General Comments 0
You need to be logged in to leave comments. Login now