diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2018-11-07 13:12:45 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2018-11-07 13:12:45 +0100 |
| commit | e56c7ed2990117edccf1803a56b509b2518f8230 (patch) | |
| tree | ef87d8bd512c11307452146b5c3a5b99bdefdcd3 /scripts/winservices.py | |
| parent | 76682c0cfdf1bfe0db8993f261c7ab761643af93 (diff) | |
| download | psutil-e56c7ed2990117edccf1803a56b509b2518f8230.tar.gz | |
fix PEP8 style mistakes
Diffstat (limited to 'scripts/winservices.py')
| -rwxr-xr-x | scripts/winservices.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/winservices.py b/scripts/winservices.py index 1a65adce..b52aaf21 100755 --- a/scripts/winservices.py +++ b/scripts/winservices.py @@ -4,7 +4,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -""" +r""" List all Windows services installed. $ python scripts/winservices.py |
