~mars/launchpad/test-ghost-update

« back to all changes in this revision

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

[r=abentley][ui=none][bug=114766] Restrict the ability to nominate
        bugs for a release to bug supervisors, owners or drivers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
670
670
 
671
671
    def new(name, displayname, title, description, summary, domainname,
672
672
            members, owner, mugshot=None, logo=None, icon=None):
673
 
        """Creaste a new distribution."""
 
673
        """Create a new distribution."""
674
674
 
675
675
 
676
676
class NoSuchDistribution(NameLookupFailed):