mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue