14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
17
"""RemoteTransport client for the smart-server.
21
19
This module shouldn't be accessed directly. The classes defined here should be
22
20
imported from bzrlib.smart.
25
25
__all__ = ['RemoteTransport', 'RemoteTCPTransport', 'RemoteSSHTransport']
27
27
from cStringIO import StringIO