##// 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 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 28 data length (unsigned int),
29 29 data
General Comments 0
You need to be logged in to leave comments. Login now