diff --git a/songbook_core/plastex.py b/songbook_core/plastex.py index 7f5980ea..b743bd00 100644 --- a/songbook_core/plastex.py +++ b/songbook_core/plastex.py @@ -48,9 +48,6 @@ def simpleparse(text): class SongParser(object): """Analyseur syntaxique de fichiers .sg""" - def __init__(self): - pass - @staticmethod def create_tex(): """Create a TeX object, ready to parse a tex file."""