Fix file, long, raw_input, and xrange for Python 3

This commit is contained in:
cclauss
2019-01-05 21:19:37 +01:00
parent fdb855e366
commit 51ab27f54a
12 changed files with 46 additions and 20 deletions

View File

@@ -22,6 +22,8 @@
# * *
# ***************************************************************************
from six.moves import xrange
import FreeCAD
import FreeCADGui
import PathScripts.PathLog as PathLog

View File

@@ -24,6 +24,8 @@
from __future__ import print_function
from six.moves import xrange
import FreeCAD
import MeshPart
# import Part