~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_commands.py

  • Committer: Launchpad Translations on behalf of bzr-core
  • Date: 2012-12-17 04:30:37 UTC
  • mto: (6581.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6582.
  • Revision ID: launchpad_translations_on_behalf_of_bzr-core-20121217043037-gdkzkow6s9fsa4o0
Launchpad automatic translations update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
class TestRegisterLazy(tests.TestCase):
195
195
 
196
196
    def setUp(self):
197
 
        super(TestRegisterLazy, self).setUp()
 
197
        tests.TestCase.setUp(self)
198
198
        import bzrlib.tests.fake_command
199
199
        del sys.modules['bzrlib.tests.fake_command']
200
200
        global lazy_command_imported