diff options
Diffstat (limited to 'Lib/plat-mac/videoreader.py')
-rw-r--r-- | Lib/plat-mac/videoreader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/videoreader.py b/Lib/plat-mac/videoreader.py index 43027d4..fbb37e1 100644 --- a/Lib/plat-mac/videoreader.py +++ b/Lib/plat-mac/videoreader.py @@ -7,7 +7,7 @@ # from warnings import warnpy3k -warnpy3k("In 3.x, the videoreader module is removed.") +warnpy3k("In 3.x, the videoreader module is removed.", stacklevel=2) import sys |