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
17
18
from urlparse import urlparse
19
20
from bzrlib.smart import protocol
23
24
class _SmartClient(object):
28
33
def get_smart_medium(self):
31
36
def call(self, method, *args):
32
37
"""Call a method on the remote server."""