~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Robert Collins
  • Date: 2005-09-14 08:32:23 UTC
  • mfrom: (1092.3.3)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050914083223-2474989d25b36154
merge from symlink branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        self._log_file.close()
82
82
        unittest.TestCase.tearDown(self)
83
83
 
84
 
 
85
84
    def log(self, *args):
86
85
        logging.debug(*args)
87
86