[PATCH] ignore log to stdout in benchmarks
John Arbash Meinel
john at arbash-meinel.com
Wed Aug 9 14:18:38 BST 2006
Jan Balster wrote:
>
...
> === modified file 'bzrlib/benchmarks/__init__.py'
> --- bzrlib/benchmarks/__init__.py 2006-07-19 05:54:36 +0000
> +++ bzrlib/benchmarks/__init__.py 2006-08-09 04:41:00 +0000
> @@ -17,13 +17,25 @@
>
> """Benchmark test suite for bzr."""
>
> +import os
> +
> from bzrlib import bzrdir, plugin
> from bzrlib.tests.TestUtil import TestLoader
> from bzrlib.tests.blackbox import ExternalBase
> +from bzrlib import trace
>
Sorry I wasn't clearer. The 'from bzrlib import *' imports happen all
together at the top. And I think we've switched to:
from bzrlib import (
bzrdir,
plugin,
trace,
)
(There has been no official consensus, but Robert & myself prefer this
form. Aaron doesn't seem as sure about it. And Martin hasn't said anything.)
Anyway, you have a +1 from me. If we need to clean it up that can be
done at merge time. So we just need another review.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060809/f56bb4a4/attachment.pgp
More information about the bazaar
mailing list