+ 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:
yorikvanhavre 2011-12-13 11:59:49 +00:00
parent d5d74e140e
commit 1302fc9751
3 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

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