1 from abstract_blueprint_function import AbstractPythonComponentFunction
 
   2 from blueprint_constants import *
 
   4 class SamplePythonComponentNode(AbstractPythonComponentFunction):
 
   6     def process(self, execution_request):
 
   7         print "Processing calling.." + PROPERTY_BLUEPRINT_BASE_PATH
 
  10     def recover(self, runtime_exception, execution_request):
 
  11         print "Recovering calling.." + PROPERTY_BLUEPRINT_BASE_PATH