Make a note in file_helpers to use psutils instead of re-implementing it
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 15 Jun 2018 11:15:55 +0000 (13:15 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 15 Jun 2018 11:15:55 +0000 (13:15 +0200)
src/file_helpers.py

index 4f38ea0..12449f0 100644 (file)
@@ -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
 """