summaryrefslogtreecommitdiff
path: root/gi/overrides/GIMarshallingTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'gi/overrides/GIMarshallingTests.py')
-rw-r--r--gi/overrides/GIMarshallingTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gi/overrides/GIMarshallingTests.py b/gi/overrides/GIMarshallingTests.py
index ee01495c..aac88831 100644
--- a/gi/overrides/GIMarshallingTests.py
+++ b/gi/overrides/GIMarshallingTests.py
@@ -18,10 +18,10 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
# USA
-from ..types import override
+from ..overrides import override
from ..importer import modules
-GIMarshallingTests = modules['GIMarshallingTests'].introspection_module
+GIMarshallingTests = modules['GIMarshallingTests']._introspection_module
__all__ = []