/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_osutils.py

Switch CompiledChecksToLines to ModuleAvailableFeature

Show diffs side-by-side

added added

removed removed

Lines of Context:
989
989
 
990
990
    def test_osutils_binding(self):
991
991
        from bzrlib.tests import test__chunks_to_lines
992
 
        if test__chunks_to_lines.CompiledChunksToLinesFeature.available():
 
992
        if test__chunks_to_lines.compiled_chunkstolines.available():
993
993
            from bzrlib._chunks_to_lines_pyx import chunks_to_lines
994
994
        else:
995
995
            from bzrlib._chunks_to_lines_py import chunks_to_lines