diff options
Diffstat (limited to 'Lib/plat-mac/appletrunner.py')
-rwxr-xr-x | Lib/plat-mac/appletrunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/appletrunner.py b/Lib/plat-mac/appletrunner.py index b47fa424ec..a2373aa856 100755 --- a/Lib/plat-mac/appletrunner.py +++ b/Lib/plat-mac/appletrunner.py @@ -4,7 +4,7 @@ # we are not running in a framework build. from warnings import warnpy3k -warnpy3k("In 3.x, appletrunner is removed.") +warnpy3k("In 3.x, appletrunner is removed.", stacklevel=2) import os import sys |