add view attribute to job manager
This commit is contained in:
parent
bd9afff0bf
commit
6336567674
1 changed files with 3 additions and 0 deletions
|
@ -506,6 +506,9 @@ class IJobManager(Interface):
|
||||||
""" Collects and executes jobs.
|
""" Collects and executes jobs.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
view = Attribute('An optional view object which the job manager '
|
||||||
|
'was called from.')
|
||||||
|
|
||||||
def process():
|
def process():
|
||||||
""" Do what has to be done...
|
""" Do what has to be done...
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue