コード例 #1
0
def getCarving(fileName):
    'Get a carving for the file using an import plugin.'
    pluginModule = fabmetheus_interpret.getInterpretPlugin(fileName)
    if pluginModule == None:
        return None
    return pluginModule.getCarving(fileName)
コード例 #2
0
ファイル: svg_writer.py プロジェクト: CNCBASHER/skeinforge-1
def getCarving(fileName):
	'Get a carving for the file using an import plugin.'
	pluginModule = fabmetheus_interpret.getInterpretPlugin(fileName)
	if pluginModule == None:
		return None
	return pluginModule.getCarving(fileName)