~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/distroarchseriesbinarypackage.py

  • Committer: Curtis Hovey
  • Date: 2011-08-18 20:56:37 UTC
  • mto: This revision was merged to the branch mainline in revision 13736.
  • Revision ID: curtis.hovey@canonical.com-20110818205637-ae0pf9aexdea2mlb
Cleaned up doctrings and hushed lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from lp.soyuz.model.distroarchseriesbinarypackagerelease import (
27
27
    DistroArchSeriesBinaryPackageRelease,
28
28
    )
 
29
from lp.soyuz.model.distroseriespackagecache import DistroSeriesPackageCache
29
30
from lp.soyuz.model.publishing import BinaryPackagePublishingHistory
30
31
 
31
32
 
75
76
    @cachedproperty
76
77
    def cache(self):
77
78
        """See IDistroArchSeriesBinaryPackage."""
78
 
        from lp.soyuz.model.distroseriespackagecache import (
79
 
            DistroSeriesPackageCache)
80
79
        query = """
81
80
            distroseries = %s AND
82
81
            archive IN %s AND