~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/interfaces/archive.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-05-24 11:48:32 UTC
  • mfrom: (13045.15.17 copies-use-overrides)
  • Revision ID: launchpad@pqm.canonical.com-20110524114832-oya6nkj2qd820p4w
[r=julian-edwards,
        wgrant][bug=783249] Add support for generic overrides to the package
        copier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
929
929
    def getPockets():
930
930
        """Return iterable containing valid pocket names for this archive."""
931
931
 
 
932
    def getOverridePolicy():
 
933
        """Returns an instantiated `IOverridePolicy` for the archive."""
 
934
 
932
935
 
933
936
class IArchiveView(IHasBuildRecords):
934
937
    """Archive interface for operations restricted by view privilege."""