8b598d5b77
In order to do this, we need to add some stub gi module init files which allow us to extend the gi overrides path.
4 lines
139 B
Python
4 lines
139 B
Python
# support overrides in different directories than our gi module
|
|
from pkgutil import extend_path
|
|
__path__ = extend_path(__path__, __name__)
|