scanner: Remove support for running Python on the mopidy/scanner.py file
See commit 1a02b4d17f for details
This commit is contained in:
parent
8561e9c815
commit
d8b0952f66
@ -16,12 +16,6 @@ mopidy_args = sys.argv[1:]
|
||||
sys.argv[1:] = []
|
||||
|
||||
|
||||
# Add ../ to the path so we can run Mopidy from a Git checkout without
|
||||
# installing it on the system.
|
||||
sys.path.insert(
|
||||
0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../')))
|
||||
|
||||
|
||||
import pygst
|
||||
pygst.require('0.10')
|
||||
import gst
|
||||
|
||||
Loading…
Reference in New Issue
Block a user