/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-02 11:37:38 UTC
  • mfrom: (4496.3.16 pyflakes-nits)
  • Revision ID: pqm@pqm.ubuntu.com-20090702113738-5qda6d3y80z4l3o5
(andrew) Fix some trivial bugs and unused/redundant imports reported
        by pyflakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3007
3007
    """
3008
3008
    concurrency = osutils.local_concurrency()
3009
3009
    result = []
3010
 
    from subunit import TestProtocolClient, ProtocolTestCase
 
3010
    from subunit import ProtocolTestCase
3011
3011
    class TestInSubprocess(ProtocolTestCase):
3012
3012
        def __init__(self, process, name):
3013
3013
            ProtocolTestCase.__init__(self, process.stdout)