Fixed Part module import error

This commit is contained in:
Jose Luis Cercos Pita
2012-07-27 10:27:21 +02:00
committed by Yorik van Havre
parent 58774cff15
commit bfdb5c0390
14 changed files with 23 additions and 15 deletions

View File

@@ -24,7 +24,7 @@
# FreeCAD modules
import FreeCAD,FreeCADGui
from FreeCAD import Base
from FreeCAD import Part
import Part
# FreeCADShip modules
from shipUtils import Paths, Translator