diff --git a/layers/+lang/python/local/pylookup/pylookup.py b/layers/+lang/python/local/pylookup/pylookup.py index 485b38fc5..9733aaebd 100755 --- a/layers/+lang/python/local/pylookup/pylookup.py +++ b/layers/+lang/python/local/pylookup/pylookup.py @@ -137,7 +137,6 @@ class IndexProcessor(HTMLParser): self.entry = "" self.desc = "" self.list_entry = False - self.do_entry = False self.one_entry = False self.num_of_a = 0 self.desc_cnt = 0 @@ -158,8 +157,6 @@ class IndexProcessor(HTMLParser): def handle_endtag(self, tag): if tag == 'dd': self.list_entry = False - elif tag == 'dt': - self.do_entry = False def handle_data(self, data): if self.tag == 'a':