|
@ -13,9 +13,6 @@ from patacrep.templates import Renderer |
|
|
class ChordproSong(Song): |
|
|
class ChordproSong(Song): |
|
|
"""Chordpros song parser.""" |
|
|
"""Chordpros song parser.""" |
|
|
|
|
|
|
|
|
def __init__(self, *args, **kwargs): |
|
|
|
|
|
super().__init__(*args, **kwargs) |
|
|
|
|
|
|
|
|
|
|
|
@staticmethod |
|
|
@staticmethod |
|
|
def iter_template_paths(templatedirs, output_format): |
|
|
def iter_template_paths(templatedirs, output_format): |
|
|
"""Iterate over paths in which templates are to be searched. |
|
|
"""Iterate over paths in which templates are to be searched. |
|
|