From 845babcb58537b5d2bceb8ab9947e3420415b76f Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 12 Jul 2017 08:47:20 +0900 Subject: Imported Upstream version 3.3.91 Change-Id: I9f450641602d44f936337839ce08d883bb414870 Signed-off-by: DongHun Kwak --- gi/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gi/__init__.py') diff --git a/gi/__init__.py b/gi/__init__.py index b816612..6ebff8e 100644 --- a/gi/__init__.py +++ b/gi/__init__.py @@ -20,6 +20,10 @@ from __future__ import absolute_import +# support overrides in different directories than our gi module +from pkgutil import extend_path +__path__ = extend_path(__path__, __name__) + from ._gi import _API, Repository # Force loading the GObject typelib so we have available the wrappers for -- cgit v1.2.3