summaryrefslogtreecommitdiff
path: root/examples/disk_usage.py
Commit message (Collapse)AuthorAgeFilesLines
* add license header also in example scriptsGiampaolo Rodola'2011-10-051-0/+5
|
* add svn propset to example scriptsGiampaolo Rodola'2011-07-041-1/+1
|
* add svn propset to example scriptsGiampaolo Rodola'2011-07-041-0/+1
|
* adds disk test specific for Linux comparing psutil results with 'df'Giampaolo Rodola'2011-07-021-1/+1
|
* remove df test; it's not reliable across platforms :-(Giampaolo Rodola'2011-06-271-1/+1
|
* still some formattingGiampaolo Rodola'2011-06-271-3/+3
|
* fix disk_usage.py string formatting; no longer use print() statements - give ↵Giampaolo Rodola'2011-06-271-9/+10
| | | | precedence to python 2 rather than 3
* use py3's print() statementGiampaolo Rodola'2011-06-181-3/+4
|
* add disk_usage.py example scriptGiampaolo Rodola'2011-06-181-0/+35