From 47b08bdfd10f372a7c7531107180bc537501a9c3 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sun, 20 Mar 2016 15:12:22 +0000 Subject: Pep8 --- ybd/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ybd/utils.py') diff --git a/ybd/utils.py b/ybd/utils.py index 3ff0a9f..e09d6a7 100644 --- a/ybd/utils.py +++ b/ybd/utils.py @@ -60,6 +60,7 @@ def set_mtime_recursively(root, set_time=default_magic_timestamp): os.utime(dirname, (set_time, set_time)) + def copy_all_files(srcpath, destpath): '''Copy every file in the source path to the destination. -- cgit v1.2.1