~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/registry/models/projectseries.py

  • Committer: Marc Tardif
  • Date: 2011-08-09 15:46:45 UTC
  • Revision ID: marc.tardif@canonical.com-20110809154645-i151emhk6onjggx5
Added hardware for systems and system units.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
    def get(self, id):
68
68
        """See `ISeriesSet`."""
69
 
        store = get_registry_store()
70
 
        return store.get(ProjectSeries, id)
 
69
        return get_registry_store().get(ProjectSeries, id)
71
70
 
72
71
    def buildSearchExpressions(self, search_params):
73
72
        """See SearchSet."""