~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_basicio.py

[merge] test renames and other fixes (John)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
import sys
27
27
from tempfile import TemporaryFile
28
28
 
29
 
from bzrlib.selftest import TestCaseInTempDir, TestCase
 
29
from bzrlib.tests import TestCaseInTempDir, TestCase
30
30
from bzrlib.basicio import BasicWriter, Stanza, read_stanza, read_stanzas
31
31
 
32
32