diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-09-22 19:34:26 +0200 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-09-22 19:34:26 +0200 |
commit | c913480621da83b9cc78ade2217a81490142a604 (patch) | |
tree | 04eb18294956bec95685f3a81e10e7f22976f78f /scripts/ps.py | |
parent | ea270f3627f55e3ab305de417573620a83c43455 (diff) | |
download | psutil-c913480621da83b9cc78ade2217a81490142a604.tar.gz |
style changes
Diffstat (limited to 'scripts/ps.py')
-rwxr-xr-x | scripts/ps.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ps.py b/scripts/ps.py index 8aa3d3f4..b85790d6 100755 --- a/scripts/ps.py +++ b/scripts/ps.py @@ -17,6 +17,7 @@ import time import psutil + PROC_STATUSES_RAW = { psutil.STATUS_RUNNING: "R", psutil.STATUS_SLEEPING: "S", |