Browse Source

Correction de bug : l'index des auteurs incluait l'index des titres

remotes/origin/next
Louis 12 years ago
parent
commit
e164924107
  1. 5
      index.py

5
index.py

@ -57,8 +57,9 @@ def processSXD(filename):
return idx
class index:
data = dict()
keywords = dict()
def __init__(self):
self.data = dict()
self.keywords = dict()
def filter(self, key):
letter = firstLetterPattern.match(key).group(1)

Loading…
Cancel
Save