~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-17 08:00:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050517080032-de7649b5bef991b6
- fix bzr selftest trying to import non-existant module

Show diffs side-by-side

added added

removed removed

Lines of Context:
851
851
    def run(self):
852
852
        failures, tests = 0, 0
853
853
 
854
 
        import doctest, bzrlib.store, bzrlib.tests
 
854
        import doctest, bzrlib.store
855
855
        bzrlib.trace.verbose = False
856
856
 
857
857
        for m in bzrlib.store, bzrlib.inventory, bzrlib.branch, bzrlib.osutils, \