~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/ftp/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-07 11:02:58 UTC
  • mfrom: (3923.1.2 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090107110258-8hcbyd9v86mp7aw7
(vila) Fix 313498 by allowing direct "use" of UnavailableFTPServer

Show diffs side-by-side

added added

removed removed

Lines of Context:
599
599
        # side-effects (tearDown is never called).
600
600
        class UnavailableFTPServer(object):
601
601
 
602
 
            def setUp(self):
 
602
            def setUp(self, vfs_server=None):
603
603
                pass
604
604
 
605
605
            def tearDown(self):