summaryrefslogtreecommitdiffstats
path: root/modules/hardware.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated the hardware module so that it's usable if smolt isn't installed. ↵Michael DeHaan2007-09-261-3/+7
| | | | | | The info() function won't work but hal_info() still should.
* Refine the bad hardware checker -- this time it detects my potentially ↵Michael DeHaan2007-09-261-1/+31
| | | | | | exploding (but now ruled safe) battery correctly.
* pyflakes cleanupsAdrian Likins2007-09-241-1/+0
| | | | | | | mostly just removing unused modules change "from codes import *" to "import codes" in a couple places and updated accordingly
* Added a smolt-based hardware profiler module.Michael DeHaan2007-09-211-0/+100