diff options
Diffstat (limited to 'Lib/plat-mac/macostools.py')
-rw-r--r-- | Lib/plat-mac/macostools.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/plat-mac/macostools.py b/Lib/plat-mac/macostools.py index 67bb497182..643ba67c08 100644 --- a/Lib/plat-mac/macostools.py +++ b/Lib/plat-mac/macostools.py @@ -4,6 +4,9 @@ mkalias(src, dst) - Create a finder alias 'dst' pointing to 'src' copy(src, dst) - Full copy of 'src' to 'dst' """ +from warnings import warnpy3k +warnpy3k("In 3.x, the macostools module is removed.") + from Carbon import Res from Carbon import File, Files import os |