Beispiel #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)
Beispiel #2
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)