~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/ftp.py

  • Committer: Aaron Bentley
  • Date: 2007-07-17 13:27:14 UTC
  • mfrom: (2624 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2631.
  • Revision ID: abentley@panoramicfeedback.com-20070717132714-tmzx9khmg9501k51
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
559
559
 
560
560
 
561
561
class FtpServer(Server):
562
 
    """Common code for SFTP server facilities."""
 
562
    """Common code for FTP server facilities."""
563
563
 
564
564
    def __init__(self):
565
565
        self._root = None