diff options
Diffstat (limited to 'Lib/plat-mac/FrameWork.py')
| -rw-r--r-- | Lib/plat-mac/FrameWork.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/FrameWork.py b/Lib/plat-mac/FrameWork.py index 75588a6..69401dd 100644 --- a/Lib/plat-mac/FrameWork.py +++ b/Lib/plat-mac/FrameWork.py @@ -3,7 +3,7 @@ DEBUG=0 from warnings import warnpy3k -warnpy3k("In 3.x, the FrameWork module is removed.") +warnpy3k("In 3.x, the FrameWork module is removed.", stacklevel=2) import MacOS import traceback |
