diff options
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py')
-rw-r--r-- | Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py b/Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py index 8029224..80ce28e 100644 --- a/Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py +++ b/Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py @@ -3,7 +3,7 @@ Package generated from /System/Library/CoreServices/System Events.app """ from warnings import warnpy3k -warnpy3k("In 3.x, the SystemEvents package is removed.") +warnpy3k("In 3.x, the SystemEvents package is removed.", stacklevel=2) import aetools Error = aetools.Error |