~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/webapp/servers.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-07-23 18:54:44 UTC
  • mfrom: (11132.1.3 drop-default-skin)
  • Revision ID: launchpad@pqm.canonical.com-20100723185444-qzz85si67tiroj6i
[r=gary][ui=none] Instead of defining a defaultSkin,
        we now have LaunchpadBrowserRequest implement LaunchpadLayer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
568
568
    launchpad request class.
569
569
    """
570
570
 
571
 
    implements(ILaunchpadBrowserApplicationRequest, ISynchronizer)
 
571
    implements(
 
572
        ILaunchpadBrowserApplicationRequest, ISynchronizer,
 
573
        canonical.launchpad.layers.LaunchpadLayer)
572
574
 
573
575
    retry_max_count = 5    # How many times we're willing to retry
574
576