~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2005-12-03 20:42:25 UTC
  • mfrom: (147.4.25 trunk)
  • mto: (147.4.27 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: aaron.bentley@utoronto.ca-20051203204225-25678bc921de4fc1
MergeĀ fromĀ lifeless

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.selftest import TestCaseInTempDir
 
63
    from bzrlib.tests import TestCaseInTempDir
64
64
    from unittest import makeSuite
65
65
    import os.path
66
66
    from StringIO import StringIO