~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/client.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-16 18:08:53 UTC
  • mfrom: (2414.1.4 hpss-miscellany-2)
  • Revision ID: pqm@pqm.ubuntu.com-20070416180853-ucztrxo25i0fci62
(Andrew Bennetts) Rename SmartClient to _SmartClient.

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