Browse Source

Deleting useless line

pull/55/head
Louis 10 years ago
parent
commit
5fd6aec54b
  1. 1
      patacrep/authors.py

1
patacrep/authors.py

@ -33,7 +33,6 @@ def compile_authwords(authwords):
re.compile(r"^(.*)%s +(.*)$" % word, re.LOCALE)
for word in ([" %s" % word for word in authwords['sep']] + [','])
]
authwords['ignore'] = [word for word in authwords['ignore'] if word]
return authwords

Loading…
Cancel
Save