Remove gi._gi._gobject and gi._gobject modules
commitb2529624b3925adbef2671025e08cbf747f162e8
authorChristoph Reiter <creiter@src.gnome.org>
Mon, 27 Mar 2017 08:14:22 +0000 (27 10:14 +0200)
committerChristoph Reiter <creiter@src.gnome.org>
Sat, 1 Apr 2017 09:40:55 +0000 (1 11:40 +0200)
tree85ff9ac56ea14d984ee911fee6a6fb9e1a21115c
parentbdfafd2bdc84d961bd2df43d8dee690177c77a56
Remove gi._gi._gobject and gi._gobject modules

Expose everything from _gi._gobject in _gi instead.
This does not move any code around, just removes the module.

Also removes the gi._gobject package and replaces it
with a small dummy module in gi.__init__.py

https://bugzilla.gnome.org/show_bug.cgi?id=735206
20 files changed:
configure.ac
gi/Makefile.am
gi/__init__.py
gi/_constants.py
gi/_gobject/Makefile.am [deleted file]
gi/_gobject/__init__.py [deleted file]
gi/_propertyhelper.py
gi/_signalhelper.py
gi/gimodule.c
gi/gobjectmodule.c
gi/gobjectmodule.h
gi/module.py
gi/overrides/GLib.py
gi/overrides/GObject.py
gi/pygi-value.c
gi/pygobject-object.c
gi/types.py
tests/helper.py
tests/test_gi.py
tests/test_gobject.py