equal
deleted
inserted
replaced
56 without affecting actual output of sshpeer too much as we rarely issue |
56 without affecting actual output of sshpeer too much as we rarely issue |
57 large read for data not yet emitted by the server. |
57 large read for data not yet emitted by the server. |
58 |
58 |
59 The main pipe is expected to be a 'bufferedinputpipe' from the util module |
59 The main pipe is expected to be a 'bufferedinputpipe' from the util module |
60 that handle all the os specific bites. This class lives in this module |
60 that handle all the os specific bites. This class lives in this module |
61 because it focus on behavior specifig to the ssh protocol.""" |
61 because it focus on behavior specific to the ssh protocol.""" |
62 |
62 |
63 def __init__(self, ui, main, side): |
63 def __init__(self, ui, main, side): |
64 self._ui = ui |
64 self._ui = ui |
65 self._main = main |
65 self._main = main |
66 self._side = side |
66 self._side = side |