~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/projectgroup.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:
43
43
 
44
44
from canonical.launchpad import _
45
45
from canonical.launchpad.interfaces.launchpad import (
 
46
    IHasAppointedDriver,
 
47
    IHasDrivers,
46
48
    IHasIcon,
47
49
    IHasLogo,
48
50
    IHasMugshot,
74
76
    IHasMilestones,
75
77
    )
76
78
from lp.registry.interfaces.pillar import IPillar
77
 
from lp.registry.interfaces.role import (
78
 
    IHasAppointedDriver,
79
 
    IHasDrivers,
80
 
    IHasOwner,
81
 
    )
 
79
from lp.registry.interfaces.role import IHasOwner
82
80
from lp.services.fields import (
83
81
    IconImageUpload,
84
82
    LogoImageUpload,