[htmlparser] add missing deprecation message
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 25 Apr 2013 17:46:28 +0200
changeset 8937 8a1809c9a043
parent 8936 010adc548b97
child 8938 198fdadafed6
[htmlparser] add missing deprecation message
devtools/htmlparser.py
--- a/devtools/htmlparser.py	Thu Apr 25 16:55:12 2013 +0200
+++ b/devtools/htmlparser.py	Thu Apr 25 17:46:28 2013 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -93,6 +93,7 @@
     which do not produce valid xhtml (google maps, ...)
     """
     __metaclass__ = class_deprecated
+    __deprecation_warning__ = '[3.10] this is now handled in testlib.py'
 
     def preprocess_data(self, data):
         if data.startswith('<?xml'):