~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/tracker/interfaces/webservice.py

  • Committer: Marc Tardif
  • Date: 2012-03-21 22:32:04 UTC
  • Revision ID: marc.tardif@canonical.com-20120321223204-8g7mvzzwmh8ifbrt
Added support for getting systems from a person (LP #899361)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    "ITestSystemSet",
31
31
    "ITestSystemUnit",
32
32
    "ITestSystemUnitSet",
 
33
    "ITestTeam",
33
34
    ]
34
35
 
35
36
from lpresults.hardware.interfaces.devicestate import IDeviceState
80
81
    ITestSystemUnit,
81
82
    ITestSystemUnitSet,
82
83
    )
 
84
from lpresults.tracker.interfaces.testteam import ITestTeam