OLItest uses only python3
Python2 is not supported now. I am removing these imports.
This commit is contained in:
parent
f576181ae1
commit
0312bafdb7
@ -14,10 +14,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
try:
|
from io import StringIO
|
||||||
from cStringIO import StringIO
|
|
||||||
except ImportError: #python3
|
|
||||||
from io import StringIO
|
|
||||||
|
|
||||||
default_conf=StringIO("""[general]
|
default_conf=StringIO("""[general]
|
||||||
#will be set automatically
|
#will be set automatically
|
||||||
|
Loading…
Reference in New Issue
Block a user