14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
17
from urlparse import urlparse
20
19
from bzrlib.smart import protocol
24
23
class _SmartClient(object):
33
28
def get_smart_medium(self):
36
31
def call(self, method, *args):
37
32
"""Call a method on the remote server."""