~ubuntu-branches/ubuntu/gutsy/python-launchpad-bugs/gutsy

« back to all changes in this revision

Viewing changes to launchpadbugs/bugbase.py

  • Committer: Bazaar Package Importer
  • Author(s): Markus Korn
  • Date: 2007-10-08 13:02:33 UTC
  • Revision ID: james.westby@ubuntu.com-20071008130233-zj6w2nbyczsh1n62
Tags: 0.2.21
bugbase.py, html_bug.py: adding bug.affects attribute (LP: #137433)

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
        raise NotImplementedError, 'this method must be implemented by a concrete subclass'
225
225
    sourcepackage = LateBindingProperty(get_sourcepackage, set_sourcepackage, doc="sourcepackage of a bugreport")        
226
226
    
 
227
    
 
228
    def get_affects(self):
 
229
        raise NotImplementedError, 'this method must be implemented by a concrete subclass'
 
230
    affects = LateBindingProperty(get_affects, doc="affected product of a bugreport")   
 
231
    
227
232
    #########################################################################
228
233
    # Edit via '+dublicate'
229
234
    # (duplicate)