Browse Source

Remove useless method

pull/126/head
Louis 9 years ago
parent
commit
2e000b5c80
  1. 3
      patacrep/songs/chordpro/__init__.py

3
patacrep/songs/chordpro/__init__.py

@ -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.

Loading…
Cancel
Save