diff options
Diffstat (limited to 'Lib/plat-mac/aepack.py')
| -rw-r--r-- | Lib/plat-mac/aepack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/aepack.py b/Lib/plat-mac/aepack.py index b849c9d..3b31b04 100644 --- a/Lib/plat-mac/aepack.py +++ b/Lib/plat-mac/aepack.py @@ -13,7 +13,7 @@ coerce(x, wanted_sample) coerces a python object to another python object # from warnings import warnpy3k -warnpy3k("In 3.x, the aepack module is removed.") +warnpy3k("In 3.x, the aepack module is removed.", stacklevel=2) import struct import types |
