/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/__init__.py

  • Committer: Robert J. Tanner
  • Date: 2009-04-28 23:20:23 UTC
  • mfrom: (4309 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4310.
  • Revision ID: tanner@real-time.com-20090428232023-9oevb3ggwhjaxgmp
[merge] bzr-1.13.2 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        auth = config.AuthenticationConfig()
131
131
        if user is None:
132
132
            user = auth.get_user('ftp', self._host, port=self._port)
133
 
            if user is None:
134
 
                # Default to local user
135
 
                user = getpass.getuser()
136
133
 
137
134
        mutter("Constructing FTP instance against %r" %
138
135
               ((self._host, self._port, user, '********',