| Index: third_party/psutil/README.chromium
|
| diff --git a/third_party/psutil/README.chromium b/third_party/psutil/README.chromium
|
| index 25e7e23505c3951538d0085ff7fd146dfd0063c0..7e0dd2f07a20b36c4038cc26031f5dcfde1fbb5f 100644
|
| --- a/third_party/psutil/README.chromium
|
| +++ b/third_party/psutil/README.chromium
|
| @@ -1,9 +1,10 @@
|
| Name: Python process utilities
|
| Short Name: psutil
|
| URL: http://code.google.com/p/psutil/
|
| -Version: 0.2.0
|
| +Version: 0.3.1
|
| License: BSD
|
| License File: LICENSE
|
| +Security Critical: Yes
|
|
|
| Description:
|
| psutil is a module providing an interface for retrieving information
|
| @@ -11,7 +12,6 @@ on running processes and system utilization (CPU, memory) in a portable
|
| way by using Python, implementing many functionalities offered by
|
| command line tools like ps, top, kill, lsof and netstat.
|
|
|
| -
|
| Local Modifications:
|
| None
|
|
|
|
|