~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_tsort.py

Merge from integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import os
21
21
import sys
22
22
 
23
 
from bzrlib.selftest import TestCase
 
23
from bzrlib.tests import TestCase
24
24
from bzrlib.tsort import topo_sort
25
25
from bzrlib.errors import GraphCycleError
26
26