~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/branch.py

  • Committer: William Grant
  • Date: 2011-12-30 02:21:12 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230022112-1b1pdbwt1suongbu
Drop fatsam.dia. It's more than 6 years out of date.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    TextLine,
69
69
    )
70
70
 
 
71
from lp.services.config import config
71
72
from lp import _
 
73
from lp.services.webapp.interfaces import ITableBatchNavigator
 
74
from lp.services.webapp.menu import structured
72
75
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
73
76
from lp.app.validators import LaunchpadValidationError
74
77
from lp.code.bzr import (
93
96
from lp.registry.interfaces.person import IPerson
94
97
from lp.registry.interfaces.pocket import PackagePublishingPocket
95
98
from lp.registry.interfaces.role import IHasOwner
96
 
from lp.services.config import config
97
99
from lp.services.fields import (
98
100
    PersonChoice,
99
101
    PublicPersonChoice,
100
102
    URIField,
101
103
    Whiteboard,
102
104
    )
103
 
from lp.services.webapp.interfaces import ITableBatchNavigator
104
 
from lp.services.webapp.menu import structured
105
105
 
106
106
 
107
107
DEFAULT_BRANCH_STATUS_IN_LISTING = (