/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/benchmarks/__init__.py

  • Committer: Aaron Bentley
  • Date: 2006-06-23 15:27:25 UTC
  • mfrom: (1806 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1807.
  • Revision ID: abentley@panoramicfeedback.com-20060623152725-61519496365d39fc
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""Benchmark test suite for bzr."""
19
19
 
20
20
import bzrlib
 
21
from bzrlib.tests.TestUtil import TestLoader
21
22
from bzrlib.bzrdir import BzrDir
22
 
from bzrlib.tests import TestLoader
23
23
from bzrlib.tests.blackbox import ExternalBase
24
24
 
25
25
class Benchmark(ExternalBase):