py3: fix in draft translate function

This commit is contained in:
Yorik van Havre 2016-01-28 13:52:49 -02:00 committed by wmayer
parent 8696ecdf9b
commit 742d92c6bd

View File

@ -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 *