]> git.llucax.com Git - software/subdivxget.git/commitdiff
Initialize SubDivXQuery.cur
authorLeandro Lucarella <luca@llucax.com.ar>
Sat, 14 Jul 2012 18:09:49 +0000 (20:09 +0200)
committerLeandro Lucarella <luca@llucax.com.ar>
Sat, 14 Jul 2012 18:12:54 +0000 (20:12 +0200)
This is not really needed, but serves as documentation on the class
members.

subdivxget

index b5d01ff40b29e3e17fcb7826779fba85d011cf87..bd6fc6ec6b6a427685b85c41b9c8ee92c309a792 100755 (executable)
@@ -43,6 +43,7 @@ class SubDivXHTMLParser(HTMLParser.HTMLParser):
                self.parsing = False
                self.subs = []
                self.attr = None
                self.parsing = False
                self.subs = []
                self.attr = None
+               self.cur = None
                self.in_script_style = False
 
        def handle_starttag(self, tag, attrs):
                self.in_script_style = False
 
        def handle_starttag(self, tag, attrs):