License & doc generator

This commit is contained in:
Kload 2013-07-06 10:15:28 +02:00
parent 02ebcb8c32
commit c9179d33c7

View file

@ -106,7 +106,7 @@ def main():
else:
f.write(line)
if re.search(r'^def '+ category +'_'+ action, line):
if re.search(r'^def '+ category +'_'+ action +'(', line):
in_block = True