~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-31 12:37:37 UTC
  • mfrom: (2953.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20071031123737-3srdl8uoj1o9vb69
Fix reference to FTPServer, forgotten in the previous renaming

Show diffs side-by-side

added added

removed removed

Lines of Context:
2734
2734
 
2735
2735
    def _probe(self):
2736
2736
        try:
2737
 
            import bzrlib.tests.FTPServer
 
2737
            import bzrlib.tests.ftp_server
2738
2738
            return True
2739
2739
        except ImportError:
2740
2740
            return False