Extra newline

This commit is contained in:
Thomas Adamcik 2010-04-06 01:07:36 +02:00
parent 07f98fbf4f
commit 1206734931

View File

@ -17,6 +17,7 @@ class GStreamerMessages(threading.Thread):
gobject.MainLoop().run()
GStreamerMessages().start()
class GStreamerBackend(BaseBackend):
def __init__(self, *args, **kwargs):
super(GStreamerBackend, self).__init__(*args, **kwargs)