All Downloads are FREE. Search and download functionalities are using the official Maven repository.

home.harvest.workflows.simpleworkflow-rules.py Maven / Gradle / Ivy

import sys
import os
from com.googlecode.fascinator.common import FascinatorHome

sys.path.append(os.path.join(FascinatorHome.getPath(),"harvest", "workflows")) 
from baserules import BaseIndexData

class IndexData(BaseIndexData):
    
        def __activate__(self, context):
            BaseIndexData.__activate__(self,context)
            
    
        




© 2015 - 2025 Weber Informatics LLC | Privacy Policy