~zyga/checkbox/remove-libxml2

« back to all changes in this revision

Viewing changes to checkbox-ng/checkbox_ng/service.py

  • Committer: Daniel Manrique
  • Author(s): Zygmunt Krynicki
  • Date: 2015-05-28 12:01:18 UTC
  • mfrom: (3815.1.9 launchpad/result-history)
  • Revision ID: daniel_manrique-20150528120118-mr8td57okmzed7ed
"automatic merge of lp:~zyga/checkbox/result-history/ by tarmac [r=sylvain-pineau][bug=][author=zyga]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
528
528
        return self.native.comments or ""
529
529
 
530
530
    @comments.setter
531
 
    def comments(self, value):
 
531
    def comments(self, new_value):
532
532
        """
533
533
        set comments to a new value
534
534
        """