scanner: Remove support for running Python on the mopidy/scanner.py file

See commit 1a02b4d17f for details
This commit is contained in:
Stein Magnus Jodal 2013-10-20 15:46:35 +02:00
parent 8561e9c815
commit d8b0952f66

View File

@ -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