From 16483ff11d4d97a563429dff495b7e717b931530 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 15 Jun 2018 13:15:55 +0200 Subject: [PATCH] Make a note in file_helpers to use psutils instead of re-implementing it --- src/file_helpers.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 """ -- 1.7.1