+ fixed bugs preventing the Draft module to load
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5293 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
d5d74e140e
commit
1302fc9751
|
@ -25,7 +25,7 @@ __title__="FreeCAD Draft Snap tools"
|
|||
__author__ = "Yorik van Havre"
|
||||
__url__ = "http://free-cad.sourceforge.net"
|
||||
|
||||
import FreeCAD, math, Draft,
|
||||
import FreeCAD, math, Draft
|
||||
from draftlibs import fcvec,fcgeo
|
||||
from FreeCAD import Vector
|
||||
from pivy import coin
|
||||
|
|
|
@ -25,7 +25,8 @@ __title__="FreeCAD Draft Trackers"
|
|||
__author__ = "Yorik van Havre"
|
||||
__url__ = "http://free-cad.sourceforge.net"
|
||||
|
||||
|
||||
import math
|
||||
from FreeCAD import Vector
|
||||
from pivy import coin
|
||||
from DraftGui import todo
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ __title__="FreeCAD Draft Workbench - Init file"
|
|||
__author__ = "Yorik van Havre <yorik@uncreated.net>"
|
||||
__url__ = ["http://free-cad.sourceforge.net"]
|
||||
|
||||
import os
|
||||
import os,DraftTools
|
||||
|
||||
class DraftWorkbench (Workbench):
|
||||
"the Draft Workbench"
|
||||
|
|
Loading…
Reference in New Issue
Block a user