diff options
Diffstat (limited to 'Lib/plat-mac/aetools.py')
| -rw-r--r-- | Lib/plat-mac/aetools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/aetools.py b/Lib/plat-mac/aetools.py index 9618b81..bf27663 100644 --- a/Lib/plat-mac/aetools.py +++ b/Lib/plat-mac/aetools.py @@ -22,7 +22,7 @@ files: the pack stuff from aepack, the objects from aetypes. from warnings import warnpy3k -warnpy3k("In 3.x, the aetools module is removed.") +warnpy3k("In 3.x, the aetools module is removed.", stacklevel=2) from types import * from Carbon import AE |
