diff options
Diffstat (limited to 'Lib/plat-mac/gensuitemodule.py')
-rw-r--r-- | Lib/plat-mac/gensuitemodule.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/gensuitemodule.py b/Lib/plat-mac/gensuitemodule.py index c92d1eb..28ebea6 100644 --- a/Lib/plat-mac/gensuitemodule.py +++ b/Lib/plat-mac/gensuitemodule.py @@ -7,7 +7,7 @@ Reading and understanding this code is left as an exercise to the reader. """ from warnings import warnpy3k -warnpy3k("In 3.x, the gensuitemodule module is removed.") +warnpy3k("In 3.x, the gensuitemodule module is removed.", stacklevel=2) import MacOS import EasyDialogs |