~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2010-02-12 04:33:05 UTC
  • mfrom: (5031 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5032.
  • Revision ID: andrew.bennetts@canonical.com-20100212043305-ujdbsdoviql2t7i3
MergeĀ lp:bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
                                 None, None, self._host, self._port, path)
155
155
 
156
156
    def _create_auth(self):
157
 
        """Returns a dict returning the credentials provided at build time."""
 
157
        """Returns a dict containing the credentials provided at build time."""
158
158
        auth = dict(host=self._host, port=self._port,
159
159
                    user=self._user, password=self._password,
160
160
                    protocol=self._unqualified_scheme,