OLItest uses only python3

Python2 is not supported now. I am removing these imports.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-29 08:54:40 +02:00
parent f576181ae1
commit 0312bafdb7

View File

@ -14,9 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
try:
from cStringIO import StringIO
except ImportError: #python3
from io import StringIO
default_conf=StringIO("""[general]