From fd47842b739b3278da55151d5e74213163d12b54 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Sat, 2 Aug 2014 21:17:54 -0400 Subject: [PATCH] * Documentation update. --- file/file_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/file/file_utils.py b/file/file_utils.py index 280e778..150af16 100644 --- a/file/file_utils.py +++ b/file/file_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/python # $Id: file_utils.py,v 1.2 2010-09-27 19:54:29 wirawan Exp $ # -# pyqmc.utils.file_utils module +# wpylib.file.file_utils module # File-manipulation utilities # # Wirawan Purwanto @@ -15,6 +15,7 @@ # 20100927: Moved to wpylib.file.file_utils . # """ +wpylib.file.file_utils Common file-manipulation utilities. This module is part of wpylib project.