~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bad_files.py

  • Committer: Jonathan Lange
  • Date: 2012-10-23 10:22:25 UTC
  • mto: This revision was merged to the branch mainline in revision 6571.
  • Revision ID: jml@canonical.com-20121023102225-2rg3vuygc9npii7w
NEWS update

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    errors,
25
25
    )
26
26
from bzrlib.status import show_tree_status
27
 
from bzrlib.tests import OsFifoFeature, TestCaseWithTransport
 
27
from bzrlib.tests import TestCaseWithTransport
 
28
from bzrlib.tests.features import (
 
29
    OsFifoFeature,
 
30
    )
28
31
 
29
32
 
30
33
def verify_status(tester, tree, value):