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 @@ Tests for main.py
from __future__ import absolute_import
import re
from StringIO import StringIO
from six import StringIO
from unittest import TestCase
import mock