replaced StringIO imports with import from six

replaced cStringIO and StringIO imports with import from six

fixed StringIO imports

fixed StringIO imports

fixed XSS python-wrap warning
This commit is contained in:
aarif
2019-08-07 16:15:59 +05:00
parent 04c8290197
commit 61800c619f
25 changed files with 47 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ from __future__ import absolute_import
import copy
import time
from cStringIO import StringIO
from six import StringIO
import boto
from django.conf import settings