~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/security.py

  • Committer: Francis J. Lacoste
  • Date: 2011-07-14 21:49:37 UTC
  • mto: This revision was merged to the branch mainline in revision 13501.
  • Revision ID: francis.lacoste@canonical.com-20110714214937-redwzax7e3ti1wxe
Lint sucks, but hoover blows.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    IProcessorFamily,
16
16
    )
17
17
 
 
18
 
18
19
class ViewProcessor(AnonymousAuthorization):
19
20
    """Anyone can view an `IProcessor`."""
20
21
    usedfor = IProcessor
21
22
 
 
23
 
22
24
class ViewProcessorFamily(AnonymousAuthorization):
23
25
    """Anyone can view an `IProcessorFamily`."""
24
26
    usedfor = IProcessorFamily