~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/summary.py

  • Committer: Curtis Hovey
  • Date: 2011-12-28 17:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14605.
  • Revision ID: curtis.hovey@canonical.com-20111228170306-n9fz94h85ckaoaf3
Separate test-authoring classes from test-running classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
 
12
12
from lp import _
 
13
from lp.services.webapp.publisher import LaunchpadView
13
14
from lp.code.interfaces.branch import DEFAULT_BRANCH_STATUS_IN_LISTING
14
15
from lp.code.interfaces.branchcollection import IBranchCollection
15
16
from lp.code.interfaces.revisioncache import IRevisionCache
16
17
from lp.services.browser_helpers import get_plural_text
17
18
from lp.services.propertycache import cachedproperty
18
 
from lp.services.webapp.publisher import LaunchpadView
19
19
 
20
20
 
21
21
class BranchCountSummaryView(LaunchpadView):