From 393b19d10614c061bc728a22ecca639a8df3ba9c Mon Sep 17 00:00:00 2001 From: TheoMarescaux Date: Thu, 11 Feb 2016 21:35:56 +0100 Subject: [PATCH] Cleanup --- README.rst | 2 +- src/ofxstatement/plugins/ingbe.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 87b4c2d..306eb53 100644 --- a/README.rst +++ b/README.rst @@ -17,4 +17,4 @@ your own plugin. Usage ===== - $ ofxstatement convert -t ingbe input.csv output.ofx \ No newline at end of file + $ ofxstatement convert -t ingbe input.csv output.ofx diff --git a/src/ofxstatement/plugins/ingbe.py b/src/ofxstatement/plugins/ingbe.py index 1fdc56a..a601b2f 100644 --- a/src/ofxstatement/plugins/ingbe.py +++ b/src/ofxstatement/plugins/ingbe.py @@ -13,8 +13,6 @@ class IngBePlugin(Plugin): def get_parser(self, filename): f = open(filename, 'r', encoding=self.settings.get("charset", "ISO-8859-1")) parser = IngBeParser(f) - #parser.statement.bank_id = "ING Belgium" - #parser.statement.bank_id = self.settings.get('bank', 'ING Belgium') return parser class IngBeParser(CsvStatementParser):