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:
parent
b8702b239f
commit
edd21362f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user