Skip to content

Commit

Permalink
Merge 40ba7b4 into 91d89b5
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Feb 6, 2018
2 parents 91d89b5 + 40ba7b4 commit 4affc8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coda/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
#
import re
import os
import re
import time
from statement import Statement
from coda.statement import MovementRecord, MovementRecordType, InformationRecord,\
FreeCommunication

from .statement import MovementRecord, MovementRecordType, InformationRecord, \
FreeCommunication, Statement


class CodaParserException(Exception):
Expand Down

0 comments on commit 4affc8e

Please sign in to comment.