diff options
Diffstat (limited to 'jobs/JobSpawner.py')
| -rwxr-xr-x | jobs/JobSpawner.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/jobs/JobSpawner.py b/jobs/JobSpawner.py index 0765339..ff9744f 100755 --- a/jobs/JobSpawner.py +++ b/jobs/JobSpawner.py @@ -1,7 +1,7 @@ -#!/usr/bin/env python
-
-class JobSpawner:
- """OVERRIDE ME
- Returns an array (or using 'yield') of Job objects to run"""
- def get_sub_jobs(self, config):
- pass
+#!/usr/bin/env python + +class JobSpawner: + """OVERRIDE ME + Returns an array (or using 'yield') of Job objects to run""" + def get_sub_jobs(self, config): + pass |
