summaryrefslogtreecommitdiffstats
path: root/examples/find_recalled_parts.py
Commit message (Collapse)AuthorAgeFilesLines
* All exceptions, async or otherwise, now come back as easily detectable ↵Michael DeHaan2008-01-291-2/+3
| | | | | | | signatures. Use utils.is_error(result) to determine if something is an error or isn't. Example scripts as well as func-inventory have been updated. See async_test.py for examples.
* Refine the bad hardware checker -- this time it detects my potentially ↵Michael DeHaan2007-09-261-6/+6
| | | | | | exploding (but now ruled safe) battery correctly.
* The addition of an example program to find which systems have parts subject ↵Michael DeHaan2007-09-261-0/+24
to recall.