Files
whipper-gui/morituri/common/task.py
Thomas Vander Stichele 0fab4515c6 pep8 fixes
2012-11-11 23:00:37 +00:00

16 lines
308 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