]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/parse_html_util.py
Moved parse_html.py and its submodules to a separate parse_html module.
[bookmarks_db.git] / Robots / parse_html_util.py
diff --git a/Robots/parse_html_util.py b/Robots/parse_html_util.py
deleted file mode 100644 (file)
index 79890dd..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-"""
-   HTML parsers utilities
-
-   Written by Broytman. Copyright (C) 2010 PhiloSoft Design
-"""
-
-from HTMLParser import HTMLParser
-
-class HTMLParser(HTMLParser):
-   def __init__(self, charset, meta_charset, title, refresh, icon):
-      object.__init__(self)
-      self.charset = charset
-      self.meta_charset = meta_charset
-      self.title = title
-      self.refresh = refresh
-      self.icon = icon