py3: fix in draft translate function
This commit is contained in:
parent
8696ecdf9b
commit
742d92c6bd
|
@ -38,7 +38,7 @@ __url__ = "http://www.freecadweb.org"
|
|||
# Generic stuff
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
import os, FreeCAD, FreeCADGui, WorkingPlane, math, re, Draft, Draft_rc, DraftVecUtils
|
||||
import sys, os, FreeCAD, FreeCADGui, WorkingPlane, math, re, Draft, Draft_rc, DraftVecUtils
|
||||
from FreeCAD import Vector
|
||||
from DraftGui import todo,QtCore,QtGui
|
||||
from DraftSnap import *
|
||||
|
|
Loading…
Reference in New Issue
Block a user