mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 04:22:40 +01:00
Added double line spacings between definitions
This commit is contained in:
parent
9fd227c8cc
commit
7b154cedd7
1 changed files with 2 additions and 0 deletions
|
|
@ -34,9 +34,11 @@ gi.require_version('Gst', '1.0')
|
|||
GObject.threads_init()
|
||||
Gst.init(None)
|
||||
|
||||
|
||||
class QueryError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class GstPlayer(object):
|
||||
"""A music player abstracting GStreamer's Playbin element.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue