Fixed Part module import error
This commit is contained in:
committed by
Yorik van Havre
parent
58774cff15
commit
bfdb5c0390
@@ -30,7 +30,8 @@ from pivy import coin
|
||||
|
||||
# FreeCAD
|
||||
import FreeCAD,FreeCADGui
|
||||
from FreeCAD import Part, Base, Vector
|
||||
from FreeCAD import Base, Vector
|
||||
import Part
|
||||
|
||||
# Ship design module
|
||||
from shipUtils import Paths, Translator, Math
|
||||
|
||||
Reference in New Issue
Block a user