summaryrefslogtreecommitdiff
path: root/scripts/procsmem.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-12-14 23:54:58 +0100
committerGitHub <noreply@github.com>2021-12-14 23:54:58 +0100
commit39dc44bfa5fbb9500166b3480295379602e5bbc5 (patch)
treeee785ba8d9e189fb2b1bffda19492414cd7c0d2c /scripts/procsmem.py
parentb490b5d51af6ed29709c357a00fcdb6bda26df78 (diff)
downloadpsutil-39dc44bfa5fbb9500166b3480295379602e5bbc5.tar.gz
Automatically sort imports (isort CLI tool) (#2033)
Diffstat (limited to 'scripts/procsmem.py')
-rwxr-xr-xscripts/procsmem.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/procsmem.py b/scripts/procsmem.py
index 1074c4c2..ca03729e 100755
--- a/scripts/procsmem.py
+++ b/scripts/procsmem.py
@@ -36,6 +36,7 @@ PID User Cmdline USS PSS Swap RSS
"""
from __future__ import print_function
+
import sys
import psutil