summaryrefslogtreecommitdiff
path: root/gi/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gi/__init__.py')
-rw-r--r--gi/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gi/__init__.py b/gi/__init__.py
index fe4abcf..caad569 100644
--- a/gi/__init__.py
+++ b/gi/__init__.py
@@ -44,9 +44,11 @@ from ._gi import _gobject
from ._gi import _API
from ._gi import Repository
from ._gi import PyGIDeprecationWarning
+from ._gi import PyGIWarning
_API = _API # pyflakes
PyGIDeprecationWarning = PyGIDeprecationWarning
+PyGIWarning = PyGIWarning
_versions = {}
_overridesdir = os.path.join(os.path.dirname(__file__), 'overrides')