simplification

This commit is contained in:
Thomas Nagy 2012-05-08 18:31:20 +02:00
parent d931b656f8
commit bb25f417f8
1 changed files with 1 additions and 1 deletions

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')