AdaCore / langkit

Language creation framework.

Home Page:https://www.adacore.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StringIO in Python 3

itoijala-huld opened this issue · comments

The import of StringIO in

does not work in Python 3.

It should be from io import StringIO.

Hello,

You are right, thank you for reporting this. We have a candidate fix for this issue: #354 and this issue will automatically be closed when this PR is merged.