diff options
-rw-r--r-- | ranger/ext/shutil_generatorized.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/ext/shutil_generatorized.py b/ranger/ext/shutil_generatorized.py index 1b451278..6c33dc58 100644 --- a/ranger/ext/shutil_generatorized.py +++ b/ranger/ext/shutil_generatorized.py @@ -1,3 +1,5 @@ +# This file was taken from the python standard library and has been +# slightly modified to do a "yield" after every 16KB of copying """Utility functions for copying files and directory trees. XXX The functions here don't copy the resource fork or other metadata on Mac. |