Files
whipper-gui/morituri/common/task.py
Thomas Vander Stichele 97101ec972 add new file
2012-07-12 09:38:59 +00:00

13 lines
305 B
Python

# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
from morituri.extern.log import log
from morituri.extern.task import task, gstreamer
# log.Loggable first to get logging
class SyncRunner(log.Loggable, task.SyncRunner):
pass
class GstPipelineTask(log.Loggable, gstreamer.GstPipelineTask):
pass