Browse Source

oubli

pull/22/head
Louis 11 years ago
parent
commit
cd67dc2eb6
  1. 1
      songbook_core/templates.py

1
songbook_core/templates.py

@ -106,7 +106,6 @@ class TexRenderer(object):
'\(% endvariables %\)', re.DOTALL)
for template_name in templates:
filename = self.texenv.get_template(template_name).filename
print filename
with open(filename, 'r') as template_file:
content = template_file.read()
match = re.search(regex, content)

Loading…
Cancel
Save