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

merge bzr.dev r4164

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
class TestRegisterLazy(tests.TestCase):
141
141
 
142
142
    def setUp(self):
 
143
        tests.TestCase.setUp(self)
143
144
        import bzrlib.tests.fake_command
144
145
        del sys.modules['bzrlib.tests.fake_command']
145
146
        global lazy_command_imported