/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/transport/ftp.py

  • Committer: Vincent Ladeuil
  • Date: 2007-09-17 21:08:47 UTC
  • mfrom: (2828 +trunk)
  • mto: (2851.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2852.
  • Revision ID: v.ladeuil+lp@free.fr-20070917210847-hneglal34t75toin
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
586
586
 
587
587
    def tearDown(self):
588
588
        """See bzrlib.transport.Server.tearDown."""
589
 
        # have asyncore release the channel
590
 
        self._ftp_server.del_channel()
 
589
        self._ftp_server.close()
591
590
        asyncore.close_all()
592
591
        self._async_thread.join()
593
592