2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-26 03:39:53 +01:00

simplification

This commit is contained in:
Thomas Nagy 2012-05-08 18:31:20 +02:00
parent d931b656f8
commit bb25f417f8

View File

@ -45,7 +45,7 @@ def bibunitscan(self):
nodes = [] nodes = []
if not node: return nodes if not node: return nodes
code = Utils.readf(node.abspath()) code = node.read()
for match in re_bibunit.finditer(code): for match in re_bibunit.finditer(code):
path = match.group('file') path = match.group('file')