[MERGE] missing import in commands.py
John Arbash Meinel
john at arbash-meinel.com
Fri Jul 14 15:05:24 BST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Robert Collins wrote:
> 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 = {}
>
>
seems okay. +1 from me.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEt6SkJdeBCYSNAAMRAjckAJ4gWA0bfrT2TTFEnU8MRVau0t+wegCfe7Jg
9bHIODtJWZz5KdCTJ0pSb0g=
=g4El
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list