diff options
Diffstat (limited to 'Lib/plat-mac/macostools.py')
-rw-r--r-- | Lib/plat-mac/macostools.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/plat-mac/macostools.py b/Lib/plat-mac/macostools.py index 67d32e7..80c3727 100644 --- a/Lib/plat-mac/macostools.py +++ b/Lib/plat-mac/macostools.py @@ -7,9 +7,7 @@ copy(src, dst) - Full copy of 'src' to 'dst' from Carbon import Res from Carbon import File, Files import os -import sys import MacOS -import time try: openrf = MacOS.openrf except AttributeError: |