summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/macostools.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-mac/macostools.py')
-rw-r--r--Lib/plat-mac/macostools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/macostools.py b/Lib/plat-mac/macostools.py
index 643ba67..d7724fa 100644
--- a/Lib/plat-mac/macostools.py
+++ b/Lib/plat-mac/macostools.py
@@ -5,7 +5,7 @@ copy(src, dst) - Full copy of 'src' to 'dst'
"""
from warnings import warnpy3k
-warnpy3k("In 3.x, the macostools module is removed.")
+warnpy3k("In 3.x, the macostools module is removed.", stacklevel=2)
from Carbon import Res
from Carbon import File, Files