diff --git a/organize/interfaces.py b/organize/interfaces.py index 9b66042..0966d0e 100644 --- a/organize/interfaces.py +++ b/organize/interfaces.py @@ -406,3 +406,14 @@ class IServiceProvider(Interface): """ A party, that is responsible for providing a service. """ + +# jobs + +class IJobManager(Interface): + """ Collects and executes jobs. + """ + + def process(): + """ Do what has to be done... + """ + diff --git a/util/version.txt b/util/version.txt index f176426..4eeacd2 100644 --- a/util/version.txt +++ b/util/version.txt @@ -10,14 +10,14 @@ $Id$ >>> v = versions.get('cybertools.util.version') >>> v - cybertools.util.version 0.4-3005 + cybertools.util.version 0.4-3014 >>> print v - 0.4-3005 + 0.4-3014 >>> v.short '0.4' >>> v = versions.get('foo') >>> v - foo 0.0-0000 + foo 0.0-3014 >>> print v - 0.0-0000 + 0.0-3014