X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=parse_html%2Fetreetidy.py;h=5d8970075e137ee8acd22c6af44da9d82c20629a;hb=832eb757ef7f81abf1e431ce16f368c10dd57962;hp=d55aa57fc850b900a248e0e2daef3c0251e72ffd;hpb=c6e88d3e4b11e9141c0770073f728ff7473f7eb3;p=bookmarks_db.git diff --git a/parse_html/etreetidy.py b/parse_html/etreetidy.py index d55aa57..5d89700 100644 --- a/parse_html/etreetidy.py +++ b/parse_html/etreetidy.py @@ -1,9 +1,15 @@ -""" - HTML Parser using ElementTree+TidyLib. +"""HTML Parser using ElementTree+TidyLib. - Written by Broytman. Copyright (C) 2010, 2011 PhiloSoft Design +This file is a part of Bookmarks database and Internet robot. """ +__version__ = "$Revision$"[11:-2] +__revision__ = "$Id$"[5:-2] +__date__ = "$Date$"[7:-2] +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design" +__license__ = "GNU GPL" + from elementtidy import TidyHTMLTreeBuilder from .util import HTMLParser