~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/processor.py

  • Committer: Francis J. Lacoste
  • Date: 2011-07-14 21:49:37 UTC
  • mto: This revision was merged to the branch mainline in revision 13501.
  • Revision ID: francis.lacoste@canonical.com-20110714214937-redwzax7e3ti1wxe
Lint sucks, but hoover blows.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
class ProcessorFamilySet:
86
86
    implements(IProcessorFamilySet)
 
87
 
87
88
    def getByName(self, name):
88
89
        """Please see `IProcessorFamilySet`."""
89
90
        # Please note that ProcessorFamily.name is unique i.e. the database