From aad82e82411b3ca5301f5875c8a82739252dacea Mon Sep 17 00:00:00 2001 From: Emanuel Cino Date: Wed, 19 Apr 2017 08:36:53 +0200 Subject: [PATCH] Fix typo --- account_bank_statement_import_camt/models/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_bank_statement_import_camt/models/parser.py b/account_bank_statement_import_camt/models/parser.py index cc4b6be..2165774 100644 --- a/account_bank_statement_import_camt/models/parser.py +++ b/account_bank_statement_import_camt/models/parser.py @@ -213,7 +213,7 @@ class CamtParser(models.AbstractModel): # Check wether version 052 ,053 or 054: re_camt_version = re.compile( r'(^urn:iso:std:iso:20022:tech:xsd:camt.054.' - r'(^urn:iso:std:iso:20022:tech:xsd:camt.053.' + r'|^urn:iso:std:iso:20022:tech:xsd:camt.053.' r'|^urn:iso:std:iso:20022:tech:xsd:camt.052.' r'|^ISO:camt.054.' r'|^ISO:camt.053.'