]> git.phdru.name Git - bookmarks_db.git/blobdiff - parse_html/lxml.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / parse_html / lxml.py
index f39939772e5032c308bb9b1a2fbebc2ac9714fae..30d43a42df57c58c084d94c1cc22aca0fefee39c 100644 (file)
@@ -1,9 +1,15 @@
-"""
-    HTML Parser using lxml.html.
+"""HTML Parser using lxml.html
 
-    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 <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design"
+__license__ = "GNU GPL"
+
 from lxml.html import parse
 from .util import HTMLParser