summaryrefslogtreecommitdiffstats
path: root/hostinfo/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: handle None values in group_by0.2.1Alexander Sulfrian2013-07-101-0/+3
|
* utils: new group_by interface for generic groupingAlexander Sulfrian2013-06-051-0/+20
The old function _group_by has now an own module (hostinfo.utils) and got a slightly different interface. It is now used in all places, where a grouping of the different values is required (printing, searching, printing keys).