~ubuntu-branches/ubuntu/precise/landscape-client/precise

« back to all changes in this revision

Viewing changes to landscape/lib/amp.py

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-03-19 09:33:34 UTC
  • mto: This revision was merged to the branch mainline in revision 41.
  • Revision ID: package-import@ubuntu.com-20120319093334-oxjttz163vvfgq8s
Tags: upstream-12.04
ImportĀ upstreamĀ versionĀ 12.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
        ReconnectingClientFactory.clientConnectionFailed(self, connector,
294
294
                                                         reason)
295
295
        if self.maxRetries is not None and (self.retries > self.maxRetries):
296
 
            self.notify_failure(reason) # Give up
 
296
            self.notify_failure(reason)  # Give up
297
297
 
298
298
    def buildProtocol(self, addr):
299
299
        self.resetDelay()