~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/launchbag.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 01:31:44 UTC
  • mfrom: (14642.1.9 remove-shims-0)
  • Revision ID: launchpad@pqm.canonical.com-20120106013144-s9hq77q6vjp5qx1v
[rs=sinzui][bug=911969] remove the webapp.launchpadform shim,
 and webapp launchpadform globs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
    """
173
173
    launchbag = getUtility(IOpenLaunchBag)
174
174
    # Basic auths principal identified event is also an ILoggedInEvent.
175
 
    # Cookie auth separates these two events.
 
175
    # Cookie auth seperates these two events.
176
176
    loggedinevent = ILoggedInEvent(event, None)
177
177
    if loggedinevent is None:
178
178
        # We must be using session auth.