[pp:exec] add 'async' option

This commit is contained in:
Mike Fährmann
2018-06-07 22:40:59 +02:00
parent 7646bdbcfd
commit 2628911ba0
2 changed files with 16 additions and 5 deletions

View File

@@ -8,8 +8,11 @@
"""Common classes and constants used by postprocessor modules."""
from . import log
class PostProcessor():
log = log
def run(self, asd):
def run(self, pathfmt):
raise NotImplementedError()