diff options
Diffstat (limited to 'Lib/plat-mac/icopen.py')
-rw-r--r-- | Lib/plat-mac/icopen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/icopen.py b/Lib/plat-mac/icopen.py index 7b8e8f3..941dbb6 100644 --- a/Lib/plat-mac/icopen.py +++ b/Lib/plat-mac/icopen.py @@ -38,7 +38,7 @@ effect. """ from warnings import warnpy3k -warnpy3k("In 3.x, the icopen module is removed.") +warnpy3k("In 3.x, the icopen module is removed.", stacklevel=2) import __builtin__ |