~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/client.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from bzrlib.urlutils import unescape
21
21
 
22
22
 
23
 
class SmartClient(object):
 
23
class _SmartClient(object):
24
24
 
25
25
    def __init__(self, medium):
26
26
        self._medium = medium