~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Make comment a docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
648
648
 
649
649
    @property
650
650
    def rebuilding_allowed(self):
651
 
        # If the distro has got any initialized series already,
652
 
        # no rebuilding is allowed.
 
651
        """If the distribution has got any initialized series already,
 
652
        rebuilding is not allowed.
 
653
        """
653
654
        return not self.context.distribution.has_published_sources
654
655
 
655
656
    @property