[TYPO] missing return carriage

This commit is contained in:
unknown
2013-02-26 09:27:03 +01:00
parent 02902e30ee
commit 74c6caaf6b

View File

@@ -50,6 +50,7 @@ class FileParser(BankStatementImportParser):
}
:param list: header : specify header fields if the csv file has no header
"""
super(FileParser, self).__init__(parse_name, *args, **kwargs)
if ftype in ('csv', 'xls'):
self.ftype = ftype