From ac263ae74da2458cb1717551a798400d6e393269 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 16 Jun 2014 07:15:30 +0200 Subject: [PATCH] Removing useless method --- songbook_core/plastex.py | 3 --- 1 file changed, 3 deletions(-) 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."""