Rev 3532: missed one of the imports in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/lazy_medium
John Arbash Meinel
john at arbash-meinel.com
Sun Jul 13 17:45:21 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/lazy_medium
------------------------------------------------------------
revno: 3532
revision-id: john at arbash-meinel.com-20080713164514-egymxjcqijpo1sqt
parent: john at arbash-meinel.com-20080712180848-34lm6j0zthd8k3t9
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: lazy_medium
timestamp: Sun 2008-07-13 11:45:14 -0500
message:
missed one of the imports
-------------- next part --------------
=== modified file 'bzrlib/smart/medium.py'
--- a/bzrlib/smart/medium.py 2008-07-12 18:08:48 +0000
+++ b/bzrlib/smart/medium.py 2008-07-13 16:45:14 +0000
@@ -485,7 +485,7 @@
medium_request = self.get_request()
# Send a 'hello' request in protocol version one, for maximum
# backwards compatibility.
- client_protocol = SmartClientRequestProtocolOne(medium_request)
+ client_protocol = protocol.SmartClientRequestProtocolOne(medium_request)
client_protocol.query_version()
self._done_hello = True
except errors.SmartProtocolError, e:
More information about the bazaar-commits
mailing list