ensembl-hive-python3  2.3
__init__.py
Go to the documentation of this file.
1 
2 # We take all the interesting classes from both modules, i.e. BaseRunnable and all the exceptions
3 from eHive.Process import BaseRunnable, CompleteEarlyException, JobFailedException, __version__
4 from eHive.Params import ParamException, ParamNameException, ParamSubstitutionException, ParamInfiniteLoopException, ParamWarning
5 
6 __all__ = ['BaseRunnable', 'CompleteEarlyException', 'JobFailedException', 'ParamException', 'ParamNameException', 'ParamSubstitutionException', 'ParamInfiniteLoopException', 'ParamWarning', '__version__']
7