diff options
Diffstat (limited to 'Lib/plat-mac/PixMapWrapper.py')
-rw-r--r-- | Lib/plat-mac/PixMapWrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/PixMapWrapper.py b/Lib/plat-mac/PixMapWrapper.py index 45cb5f9..5ce3043 100644 --- a/Lib/plat-mac/PixMapWrapper.py +++ b/Lib/plat-mac/PixMapWrapper.py @@ -7,7 +7,7 @@ J. Strout <joe@strout.net> February 1999""" from warnings import warnpy3k -warnpy3k("In 3.x, the PixMapWrapper module is removed.") +warnpy3k("In 3.x, the PixMapWrapper module is removed.", stacklevel=2) from Carbon import Qd from Carbon import QuickDraw |