[MERGE] missing import in commands.py
Robert Collins
robertc at robertcollins.net
Fri Jul 14 05:50:47 BST 2006
Technically we dont need this, but we do use 'bzrlib.trace.' and not
'trace.' in commands.py, so its cleaner to explicitly have it.
Rob
=== modified file 'bzrlib/commands.py'
--- bzrlib/commands.py 2006-07-01 19:03:33 +0000
+++ bzrlib/commands.py 2006-07-14 04:28:48 +0000
@@ -44,7 +44,7 @@
import bzrlib.osutils
from bzrlib.revisionspec import RevisionSpec
from bzrlib.symbol_versioning import (deprecated_method, zero_eight)
-from bzrlib import trace
+import bzrlib.trace
from bzrlib.trace import mutter, note, log_error, warning, be_quiet
plugin_cmds = {}
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060714/b3b56e22/attachment.pgp
More information about the bazaar
mailing list