~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Francis J. Lacoste
  • Date: 2011-04-27 21:40:03 UTC
  • mto: This revision was merged to the branch mainline in revision 12971.
  • Revision ID: francis.lacoste@canonical.com-20110427214003-iiqhcyyswppyqjsx
Change the default timeout to production value, improved options documentation and use only one bin above timeout value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
    def userCanDelete():
98
98
        """True, if the current user is allowed to delete this packaging,
99
 
        else False.
100
 
 
101
 
        People who created the packaging can delete it, as well as
102
 
        people with upload rights for a source package, distribution
103
 
        owners, members of the registry team and LP admin team.
104
 
        """
 
99
        else False."""
105
100
 
106
101
 
107
102
class IPackagingUtil(Interface):