~sylvain-pineau/launchpad-results/trend-reports-jqplot

« back to all changes in this revision

Viewing changes to lib/lpresults/xunit/parsers/udevadm.py

  • Committer: Marc Tardif
  • Date: 2011-10-12 18:17:54 UTC
  • Revision ID: marc.tardif@canonical.com-20111012181754-abg1ak9h35a8yq76
Added a few names to the dmi blacklists.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    __slots__ = ("_environment", "_bits", "_stack",)
57
57
 
58
58
    def __init__(self, environment, bits=None, stack=[]):
59
 
        super(UdevadmDevice, self).__init__()
60
59
        self._environment = environment
61
60
        self._bits = bits
62
61
        self._stack = stack