diff options
Diffstat (limited to 'psutil/_pswindows.py')
-rw-r--r-- | psutil/_pswindows.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/psutil/_pswindows.py b/psutil/_pswindows.py index b546f15d..15c78f63 100644 --- a/psutil/_pswindows.py +++ b/psutil/_pswindows.py @@ -63,6 +63,7 @@ else: # process priority constants, import from __init__.py: # http://msdn.microsoft.com/en-us/library/ms686219(v=vs.85).aspx +# fmt: off __extra__all__ = [ "win_service_iter", "win_service_get", # Process priority @@ -74,7 +75,7 @@ __extra__all__ = [ # others "CONN_DELETE_TCB", "AF_LINK", ] - +# fmt: on # ===================================================================== # --- globals |