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 tests/__init__.py
Fix imports of TestLoader on newer versions of bzr.
Show diffs side-by-side
added
removed
184
184
def test_suite():
185
loader = tests.TestLoader()
185
loader = tests.TestUtil.TestLoader()
187
suite = tests.TestSuite()
187
suite = tests.TestUtil.TestSuite()
189
189
testmod_names = [