~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2005-11-29 02:40:58 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20051129024058-2583a0a9f5b3615d
Adjusted to selftest -> tests change 

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