~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/accesspolicy.py

  • Committer: William Grant
  • Date: 2011-11-17 04:15:23 UTC
  • mto: (14186.7.3 observer-merging)
  • mto: This revision was merged to the branch mainline in revision 14356.
  • Revision ID: william.grant@canonical.com-20111117041523-u2knziebpus7bjvn
Drop AP.grants for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    pillar = Attribute("Pillar")
47
47
    type = Attribute("Type")
48
48
 
49
 
    grants = Attribute("Grants")
50
 
 
51
49
 
52
50
class IAccessPolicyArtifact(Interface):
53
51
    id = Attribute("ID")