From edd21362f63ddb24d504839382ab86e0ab1563ca Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 1 Apr 2014 09:53:21 +0200 Subject: [PATCH] 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 --- gi/overrides/Gst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gi/overrides/Gst.py b/gi/overrides/Gst.py index cace5c8df9..48c29f9604 100644 --- a/gi/overrides/Gst.py +++ b/gi/overrides/Gst.py @@ -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