##// END OF EJS Templates
cmdserver: drop useless in_ attribute from channeledoutput...
cmdserver: drop useless in_ attribute from channeledoutput The previous patch makes sure that in_ == out, so it's no longer needed to keep in_ for __getattr__. Also, it seems strange for channeledoutput to have in_ stream which is actually a writable file object.
Yuya Nishihara -
r22563:8cc5e673 default
Show More