# HG changeset patch # User Milan Knížek # Date 1466618373 -7200 # Node ID 05135d973356903d479b39c1b1ebadbcd2127ad6 # Parent 9e762b062264d20f0a694a5fc41f3c91ca703d35 Corrected name of function as it is called from ofxstatement/tool.py diff -r 9e762b062264 -r 05135d973356 src/ofxstatement/plugins/sample.py --- a/src/ofxstatement/plugins/sample.py Sat Nov 02 15:57:58 2013 +0200 +++ b/src/ofxstatement/plugins/sample.py Wed Jun 22 19:59:33 2016 +0200 @@ -7,7 +7,7 @@ """Sample plugin (for developers only) """ - def getParser(self, filename): + def get_parser(self, filename): return SampleParser(filename)