diff options
Diffstat (limited to 'Lib/plat-mac/ic.py')
-rw-r--r-- | Lib/plat-mac/ic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/ic.py b/Lib/plat-mac/ic.py index beb8226..8337f2d 100644 --- a/Lib/plat-mac/ic.py +++ b/Lib/plat-mac/ic.py @@ -1,7 +1,7 @@ """IC wrapper module, based on Internet Config 1.3""" from warnings import warnpy3k -warnpy3k("In 3.x, the ic module is removed.") +warnpy3k("In 3.x, the ic module is removed.", stacklevel=2) import icglue import string |