~ahasenack/landscape-client/landscape-client-11.07.1.1-0ubuntu0.11.10.0

« back to all changes in this revision

Viewing changes to landscape/broker/transport.py

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Hasenack
  • Date: 2010-09-08 15:34:09 UTC
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20100908153409-cuhirosnil6hk1f9
Tags: upstream-1.5.5
ImportĀ upstreamĀ versionĀ 1.5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    """Fake transport for testing purposes."""
90
90
 
91
91
    def __init__(self, url=None, pubkey=None):
92
 
        self.pubkey = pubkey
 
92
        self._pubkey = pubkey
93
93
        self.payloads = []
94
94
        self.responses = []
95
95
        self._current_response = 0