Fixing error in ImportShape.

This commit is contained in:
Jeremy Wright 2014-08-18 15:01:53 -04:00
parent 5ad9cd9b94
commit bb62067cd2

View File

@ -40,7 +40,7 @@ def importShape(importType,fileName):
#Check to see what type of file we're working with
if importType == ImportTypes.STEP:
importStep(fileName)
importStep(self,fileName)
#Loads a STEP file into a CQ object
def importStep(self,fileName):