diff --git a/organize/interfaces.py b/organize/interfaces.py index 5c2b718..f37e5ec 100644 --- a/organize/interfaces.py +++ b/organize/interfaces.py @@ -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... """