~ubuntu-branches/ubuntu/hardy/bzr/hardy-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-03-21 17:56:59 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321175659-2qzn8h5axi1oz2x2
Tags: 1.3-1
Final 1.3 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
            self._opener = _from_transport._opener
49
49
        else:
50
50
            self._opener = self._opener_class()
 
51
        self._remote_is_at_least_1_2 = True
51
52
 
52
53
    def _perform(self, request):
53
54
        """Send the request to the server and handles common errors.