summaryrefslogtreecommitdiff
path: root/ybd/utils.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-03-20 15:12:22 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-03-20 15:12:22 +0000
commit47b08bdfd10f372a7c7531107180bc537501a9c3 (patch)
tree2423a012293e61b14a93364889864a36f0466c09 /ybd/utils.py
parent39ca16867168d59e845c518fe4116f5abb8a5c6a (diff)
downloadybd-47b08bdfd10f372a7c7531107180bc537501a9c3.tar.gz
Pep8
Diffstat (limited to 'ybd/utils.py')
-rw-r--r--ybd/utils.py1
1 files changed, 1 insertions, 0 deletions
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.