~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2009-01-13 05:16:26 UTC
  • mfrom: (3936 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3940.
  • Revision ID: mbp@sourcefrog.net-20090113051626-0d5q6luqdoyx4xaf
Fix recommend_upgrade ui and merge trunk

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):