Use new-style classes

This commit is contained in:
Laurent Bachelier 2013-04-03 18:57:29 +02:00
commit c157557501
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
class TokenExtractor:
class TokenExtractor(object):
""" Extracts texts token from an HTML document """
def __init__(self):
self.iterated_elements = []