Rev 6153: Import 'config' from the right location. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
john at arbash-meinel.com
Thu Sep 15 11:37:53 UTC 2011
At http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
------------------------------------------------------------
revno: 6153
revision-id: john at arbash-meinel.com-20110915113739-ktb612ayprk49pza
parent: john at arbash-meinel.com-20110915112723-70qvly86obvtmo3z
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: drop-idle-connections-824797
timestamp: Thu 2011-09-15 13:37:39 +0200
message:
Import 'config' from the right location.
-------------- next part --------------
=== modified file 'bzrlib/smart/server.py'
--- a/bzrlib/smart/server.py 2011-09-15 11:27:23 +0000
+++ b/bzrlib/smart/server.py 2011-09-15 11:37:39 +0000
@@ -32,11 +32,11 @@
lazy_import(globals(), """
from bzrlib.smart import medium
from bzrlib.transport import (
- config,
chroot,
pathfilter,
)
from bzrlib import (
+ config,
urlutils,
)
""")
More information about the bazaar-commits
mailing list