Chromium Code Reviews| Index: client/utils/fs.py |
| diff --git a/client/utils/fs.py b/client/utils/fs.py |
| index db03e894056d54ec7746705667cc71b34e2a9ede..1d62edaae233954d5804a675ea08a6a6958b786c 100644 |
| --- a/client/utils/fs.py |
| +++ b/client/utils/fs.py |
| @@ -103,6 +103,8 @@ def rmtree(path, *args, **kwargs): |
| return shutil.rmtree(extend(path), *args, **kwargs) |
| +copyfileobj = shutil.copyfileobj |
| + |
| ## The rest |