py3: Start: gathering diff of py3-branch

ec9dcf7453d44ce21e6ab5e460293006a49e7ccc
This commit is contained in:
looooo 2017-03-02 08:54:13 +01:00 committed by wmayer
parent 52fc8191c3
commit 946c126866

View File

@ -27,6 +27,11 @@ import os,FreeCAD,FreeCADGui,tempfile,time,zipfile,urllib,re,sys
from PySide import QtGui
from xml.etree.ElementTree import parse
try:
import io as cStringIO
except:
import cStringIO
try:
import io as cStringIO
except: