overrides: Import the _gi_gst module relative

We always expect it to be in the same directory and it fixes its import
with python3

https://bugzilla.gnome.org/show_bug.cgi?id=726921
This commit is contained in:
Thibault Saunier 2014-04-01 09:53:21 +02:00
parent b8702b239f
commit edd21362f6

View file

@ -272,7 +272,7 @@ def TIME_ARGS(time):
time % Gst.SECOND)
__all__.append('TIME_ARGS')
import _gi_gst
from . import _gi_gst
_gi_gst
# maybe more python and less C some day if core turns a bit more introspection