add view attribute to job manager

This commit is contained in:
Helmut Merz 2012-08-13 12:44:20 +02:00
parent bd9afff0bf
commit 6336567674

View file

@ -506,6 +506,9 @@ class IJobManager(Interface):
""" Collects and executes jobs.
"""
view = Attribute('An optional view object which the job manager '
'was called from.')
def process():
""" Do what has to be done...
"""