Skip to content
Snippets Groups Projects
Commit ded9ddfb authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-658: Change StringIO to BytesIO for raewebservice

parent 32c79b69
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
# $Id$
from flask import after_this_request, request
from io import StringIO as IO
from io import BytesIO as IO
import gzip
import functools
from datetime import datetime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment