From: Christian Herdtweck Date: Fri, 15 Jun 2018 11:15:55 +0000 (+0200) Subject: Make a note in file_helpers to use psutils instead of re-implementing it X-Git-Tag: v1.3~26 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=16483ff11d4d97a563429dff495b7e717b931530;p=pyi2ncommon Make a note in file_helpers to use psutils instead of re-implementing it --- diff --git a/src/file_helpers.py b/src/file_helpers.py index 4f38ea0..12449f0 100644 --- a/src/file_helpers.py +++ b/src/file_helpers.py @@ -44,6 +44,8 @@ What I found out on the way about filesystems: .. note:: if decide to deprecate df_wrapper, can change FilesystemFillState to have full mount point info -> remove NOT_REAL_FILESYSTEMS_SPEC +.. todo:: check what can be replaced by module psutil + .. codeauthor:: Intra2net """