From d8b0952f663a93a23e48d26e6d62240262aa5fbd Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 20 Oct 2013 15:46:35 +0200 Subject: [PATCH] scanner: Remove support for running Python on the mopidy/scanner.py file See commit 1a02b4d17f072557cf7833970b77bc473e6b5494 for details --- mopidy/scanner.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mopidy/scanner.py b/mopidy/scanner.py index 81ac5c53..4acf49ba 100644 --- a/mopidy/scanner.py +++ b/mopidy/scanner.py @@ -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