Skip to content

Commit

Permalink
[FIX] python3 StringIO
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Borges committed Jan 7, 2020
1 parent cb9af78 commit 729dfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnab_erpbrasil_febraban/febraban/boleto/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
try:
from cStringIO import StringIO
except ImportError:
from StringIO import StringIO
from io import StringIO
BoletoException = bank.BoletoException


Expand Down

0 comments on commit 729dfb5

Please sign in to comment.