~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/distroseries.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-26 16:35:37 UTC
  • mfrom: (13995.1.6 add-longpoll)
  • Revision ID: launchpad@pqm.canonical.com-20110926163537-o17y6ic6g9i3g943
[r=julian-edwards][no-qa] Upgrade txlongpoll version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
        intermediateTable='SectionSelection')
266
266
 
267
267
    @property
268
 
    def pillar(self):
269
 
        """See `IBugTarget`."""
270
 
        return self.distribution
271
 
 
272
 
    @property
273
268
    def named_version(self):
274
269
        return '%s (%s)' % (self.displayname, self.version)
275
270