From 000db8e14c6899c1a3afa785e4666521eabd3171 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 9 Nov 2006 22:56:14 +0100 Subject: fix deprecation warnings --- html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html.py') diff --git a/html.py b/html.py index 6348906..70a638d 100644 --- a/html.py +++ b/html.py @@ -15,8 +15,8 @@ """ from warnings import warn -warn('this module is deprecated and will disappear in a near release', - DeprecationWarning, stacklevel=1) +warn('html module is deprecated and will disappear in a near release', + DeprecationWarning, stacklevel=2) __revision__ = "$Id: html.py,v 1.5 2003-09-12 11:54:47 syt Exp $" -- cgit v1.2.1