Rev 6166: We don't need to import medium. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
john at arbash-meinel.com
Thu Sep 15 14:05:33 UTC 2011
At http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
------------------------------------------------------------
revno: 6166
revision-id: john at arbash-meinel.com-20110915140518-bkqbv096wj3oyzsw
parent: john at arbash-meinel.com-20110915135823-45lcddaf5f71hbhm
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: drop-idle-connections-824797
timestamp: Thu 2011-09-15 16:05:18 +0200
message:
We don't need to import medium.
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py 2011-09-15 12:20:38 +0000
+++ b/bzrlib/tests/__init__.py 2011-09-15 14:05:18 +0000
@@ -84,7 +84,7 @@
except ImportError:
# lsprof not available
pass
-from bzrlib.smart import client, medium, request
+from bzrlib.smart import client, request
from bzrlib.transport import (
memory,
pathfilter,
More information about the bazaar-commits
mailing list