/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/smart/medium.py

  • Committer: John Arbash Meinel
  • Date: 2008-07-13 16:45:14 UTC
  • mto: This revision was merged to the branch mainline in revision 3536.
  • Revision ID: john@arbash-meinel.com-20080713164514-egymxjcqijpo1sqt
missed one of the imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
485
485
                medium_request = self.get_request()
486
486
                # Send a 'hello' request in protocol version one, for maximum
487
487
                # backwards compatibility.
488
 
                client_protocol = SmartClientRequestProtocolOne(medium_request)
 
488
                client_protocol = protocol.SmartClientRequestProtocolOne(medium_request)
489
489
                client_protocol.query_version()
490
490
                self._done_hello = True
491
491
            except errors.SmartProtocolError, e: