]> git.phdru.name Git - bookmarks_db.git/blobdiff - parse_html/bkmk_ph_util.py
Cleanup code: use 4 spaces
[bookmarks_db.git] / parse_html / bkmk_ph_util.py
index 400c8dabc4a34ce48bb36766e8b3c3d0910a1879..0e2d529a7ca2e4671f6599c5bd9bd2b8b4086468 100644 (file)
@@ -4,7 +4,7 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2017 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['HTMLParser']
@@ -13,10 +13,10 @@ __all__ = ['HTMLParser']
 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
+    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