Skip to content

Commit

Permalink
Follow-up to ab9a381 from giampaolo#1341
Browse files Browse the repository at this point in the history
  • Loading branch information
embray committed Sep 26, 2018
1 parent 1524af0 commit 2091a20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion psutil/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'pthread', 'puids', 'sconn', 'scpustats', 'sdiskio', 'sdiskpart',
'sdiskusage', 'snetio', 'snicaddr', 'snicstats', 'sswap', 'suser',
# utility functions
'str2bytes', 'bytes2str', 'unicode2str',
'str2bytes', 'bytes2str', 'unicode2str', 'open_binary', 'open_text',
'conn_tmap', 'deprecated_method', 'isfile_strict', 'memoize',
'parse_environ_block', 'path_exists_strict', 'usage_percent',
'supports_ipv6', 'sockfam_to_enum', 'socktype_to_enum', "wrap_numbers",
Expand Down
2 changes: 0 additions & 2 deletions psutil/_pslinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
from . import _psposix
from . import _psutil_linux as cext
from . import _psutil_posix as cext_posix
from ._common import ENCODING
from ._common import ENCODING_ERRS
from ._common import isfile_strict
from ._common import memoize
from ._common import memoize_when_activated
Expand Down

0 comments on commit 2091a20

Please sign in to comment.