fix import statement

This commit is contained in:
wmayer 2012-10-22 11:19:23 +02:00
parent 5db59ce258
commit 2be5d3274b

View File

@ -25,7 +25,8 @@ import math
# FreeCAD
import FreeCAD, FreeCADGui
from FreeCAD import Base
from FreeCAD import Part
#from FreeCAD import Part
import Part
# FreeCAD ship
from surfUtils import Math