2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 19:30:04 +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 = []
if not node: return nodes
code = Utils.readf(node.abspath())
code = node.read()
for match in re_bibunit.finditer(code):
path = match.group('file')