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)