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

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

There is a newer version: 1.10.2
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy