add new file

This commit is contained in:
Thomas Vander Stichele
2012-07-12 09:38:59 +00:00
parent b9af80e76d
commit 97101ec972
3 changed files with 30 additions and 5 deletions

12
morituri/common/task.py Normal file
View File

@@ -0,0 +1,12 @@
# -*- 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