~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2005-11-10 20:15:27 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20051110201527-8caa84ae529a1871
Added Daniel Silverstone to credits

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    if not has_deleted:
61
61
        print >> to_file, "No files deleted."
62
62
def test_suite():
63
 
    from bzrlib.tests import TestCaseInTempDir
 
63
    from bzrlib.selftest import TestCaseInTempDir
64
64
    from unittest import makeSuite
65
65
    import os.path
66
66
    from StringIO import StringIO