ParametricJobs requires the dirac-daemon.py's DiracClient for submitting jobs. However this gets brought in to the webapp when ParametricJobs is imported for the RESTful API web service. Could probably avoid this but need to think of the best approach.
Possibly: A base ParametricJobs class that DiracParametricJobs inherits from ?
ParametricJobsrequires thedirac-daemon.py'sDiracClientfor submitting jobs. However this gets brought in to the webapp whenParametricJobsis imported for the RESTful API web service. Could probably avoid this but need to think of the best approach.Possibly: A base
ParametricJobsclass thatDiracParametricJobsinherits from ?