Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoMarescaux committed Feb 11, 2016
1 parent c336958 commit 393b19d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ your own plugin.
Usage
=====

$ ofxstatement convert -t ingbe input.csv output.ofx
$ ofxstatement convert -t ingbe input.csv output.ofx
2 changes: 0 additions & 2 deletions src/ofxstatement/plugins/ingbe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 393b19d

Please sign in to comment.