aboutsummaryrefslogtreecommitdiff
path: root/jobs/JobSpawner.py
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2016-01-25 21:24:41 -0500
committerTom Ritter <tom@ritter.vg>2016-01-25 21:24:41 -0500
commit9b25f65ca655a567873c66c2b015884a3e013276 (patch)
tree242b994394ebbbcfdcc72eba6241f4ea03cf921c /jobs/JobSpawner.py
Initial commit of checker
Diffstat (limited to 'jobs/JobSpawner.py')
-rwxr-xr-xjobs/JobSpawner.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/jobs/JobSpawner.py b/jobs/JobSpawner.py
new file mode 100755
index 0000000..3d09693
--- /dev/null
+++ b/jobs/JobSpawner.py
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+class JobSpawner:
+ def get_sub_jobs(self):
+ pass