diff options
-rw-r--r-- | Lib/shutil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/shutil.py b/Lib/shutil.py index b44a069..eb334f7 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -5,6 +5,7 @@ XXX The functions here don't copy the data fork or other metadata on Mac. """ import os +import sys import stat |