~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/interfaces/launchpad.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 12:53:37 UTC
  • mfrom: (14578.3.1 authserver-services)
  • Revision ID: launchpad@pqm.canonical.com-20111222125337-lwqaq9fzzhmx2so2
[r=wgrant][no-qa] Move the authserver to lp.services.authserver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
__all__ = [
12
12
    'IAging',
13
 
    'IAuthServerApplication',
14
13
    'IHasDateCreated',
15
14
    'IHasIcon',
16
15
    'IHasLogo',
152
151
    featureflags = Attribute("""Feature flag information endpoint""")
153
152
 
154
153
 
155
 
class IAuthServerApplication(ILaunchpadApplication):
156
 
    """Launchpad legacy AuthServer application root."""
157
 
 
158
 
 
159
154
class IHasIcon(Interface):
160
155
    """An object that can have a custom icon."""
161
156