~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_commit.py

  • Committer: Martin Pool
  • Date: 2010-09-14 08:14:22 UTC
  • mto: This revision was merged to the branch mainline in revision 5423.
  • Revision ID: mbp@sourcefrog.net-20100914081422-h55w4pm7fuj8z1dl
Move ProgressRecordingUIFactory to bzrlib.tests.testui

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
from bzrlib.trace import mutter
39
39
from bzrlib.workingtree import (TreeEntry, TreeDirectory, TreeFile, TreeLink,
40
40
                                WorkingTree)
41
 
from bzrlib.ui.testsupport import ProgressRecordingUIFactory
 
41
from bzrlib.tests.testui import ProgressRecordingUIFactory
42
42
 
43
43
 
44
44
class TestCommit(TestCaseWithWorkingTree):