fix import statement

This commit is contained in:
wmayer
2012-10-22 11:19:23 +02:00
parent 518bfe6f98
commit 0a408fed73

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