Fix file, long, raw_input, and xrange for Python 3
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
|
||||
from six.moves import xrange
|
||||
|
||||
import FreeCAD
|
||||
import FreeCADGui
|
||||
import PathScripts.PathLog as PathLog
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from six.moves import xrange
|
||||
|
||||
import FreeCAD
|
||||
import MeshPart
|
||||
# import Part
|
||||
|
||||
Reference in New Issue
Block a user