~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/vocabulary.py

  • Committer: j.c.sackett
  • Date: 2011-08-29 16:13:43 UTC
  • mto: This revision was merged to the branch mainline in revision 13840.
  • Revision ID: jonathan.sackett@canonical.com-20110829161343-nb1ufq3k2korca0m
Lint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
 
231
231
class TargetPickerEntrySourceAdapter(DefaultPickerEntrySourceAdapter):
232
232
    """Adapt targets (Product, Package, Distribution) to PickerEntrySource."""
233
 
    
 
233
 
234
234
    def getDescription(self, target):
235
235
        """Gets the description data for target picker entries."""
236
236
        raise NotImplemented