~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2005-11-15 18:34:19 UTC
  • mto: (283.2.1 bzrtools2)
  • mto: This revision was merged to the branch mainline in revision 285.
  • Revision ID: abentley@panoramicfeedback.com-20051115183419-54559bb4dcd71373
Got prompt and title working

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