audio: Ensure tests can be run on their own
This commit is contained in:
parent
c781f77ef3
commit
57798a2757
@ -3,6 +3,9 @@ from __future__ import unicode_literals
|
||||
import os
|
||||
import unittest
|
||||
|
||||
import gobject
|
||||
gobject.threads_init()
|
||||
|
||||
from mopidy import exceptions
|
||||
from mopidy.audio import scan
|
||||
from mopidy.models import Track, Artist, Album
|
||||
|
||||
Loading…
Reference in New Issue
Block a user