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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-10 07:43:02 UTC
  • mfrom: (2400.1.9 split-smart-part-1-rename)
  • Revision ID: pqm@pqm.ubuntu.com-20070410074302-cf6b95587a1058cd
(Andrew Bennetts) Split bzrlib/transport/smart.py into several smaller modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
757
757
        # prevent hooks affecting tests
758
758
        self._preserved_hooks = {
759
759
            bzrlib.branch.Branch:bzrlib.branch.Branch.hooks,
760
 
            bzrlib.transport.smart.SmartTCPServer:bzrlib.transport.smart.SmartTCPServer.hooks,
 
760
            bzrlib.smart.server.SmartTCPServer:bzrlib.smart.server.SmartTCPServer.hooks,
761
761
            }
762
762
        self.addCleanup(self._restoreHooks)
763
763
        # this list of hooks must be kept in sync with the defaults