summaryrefslogtreecommitdiffstats
path: root/modules/hardware.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-133/+0
| | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.
* Fix bad indentation in minion, modules and overlordJames Bowes2007-09-291-6/+6
|
* 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