Skip to content

Commit

Permalink
update module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jan 23, 2025
1 parent 49d61e2 commit e433c20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions psutil/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

"""Common objects shared by __init__.py and _ps*.py modules."""
"""Common objects shared by __init__.py and _ps*.py modules.
Note: this module is imported by setup.py, so it should not import
psutil or third-party modules.
"""

# Note: this module is imported by setup.py so it should not import
# psutil or third-party modules.
import collections
import enum
import functools
Expand Down

0 comments on commit e433c20

Please sign in to comment.