~ubuntu-branches/ubuntu/intrepid/hwtest/intrepid

« back to all changes in this revision

Viewing changes to plugins/system_info.py

  • Committer: Bazaar Package Importer
  • Author(s): Marc Tardif
  • Date: 2008-04-21 14:32:16 UTC
  • Revision ID: james.westby@ubuntu.com-20080421143216-hsikgcaqn1233jvr
Tags: 0.1-0ubuntu10
Fixed xalign and yalign in exchange summary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
        message = system_id
66
66
        logging.info("System ID: %s", message)
67
 
        self._manager.reactor.fire(("report", "system_id"), message)
 
67
        self._manager.reactor.fire("report-system_id", message)
68
68
 
69
69
 
70
70
factory = SystemInfo