uninstalled: remove setup_python_env
authorMathieu Duponchelle <mathieu@centricular.com>
Sun, 28 Oct 2018 13:15:31 +0000 (14:15 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Sun, 28 Oct 2018 13:18:08 +0000 (14:18 +0100)
commit5feafc66cee7d839dd088c0961d013ef5a25d6ee
tree4f65055355b00ca81abe8b600f1aced53b47867d
parent8eaf74d816f0b0853a687a442e791192b6217a4a
uninstalled: remove setup_python_env

We now use a different approach to setting up our
uninstalled python environment:

We add the gst-python folder to PYTHONPATH, and it no
longer contains __init__.py files. This means that
import gi.overrides correctly loads pygobject's __init__
module, but import gi.overrides.Gst also works, as __init__
files are no longer required by python.
gst-uninstalled.py