~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/tracker/models/testprojectseries.py

  • Committer: Marc Tardif
  • Date: 2011-08-16 17:14:31 UTC
  • mfrom: (22.1.1 trunk)
  • Revision ID: marc.tardif@canonical.com-20110816171431-3wh9kvfok083ba0k
Added searching interface for systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
from storm.expr import (
12
12
    Alias,
13
13
    LeftJoin,
 
14
    Max,
14
15
    Sum,
15
16
    )
16
 
from storm.locals import Max
17
17
 
18
18
from zope.cachedescriptors.property import Lazy
19
19
from zope.component import getUtility