/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/__init__.py

[merge] up-to-date against bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        return None
106
106
    
107
107
def test_suite():
108
 
    import selftest
109
 
    return selftest.test_suite()
 
108
    import tests
 
109
    return tests.test_suite()