summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-11-07 17:49:33 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-11-07 17:49:33 +0000
commit218f30a7e235481ef63edbb109bf0983e0fc5167 (patch)
tree503b97d59a9d0ad609d5335470e61f12d43029eb /ChangeLog
parent01220e7856552971ad10c3ba6b2e04415120c454 (diff)
downloadgobject-introspection-218f30a7e235481ef63edbb109bf0983e0fc5167.tar.gz
Set module.__loader__ as per PEP 302.
2008-11-07 Johan Dahlin <jdahlin@async.com.br> * giscanner/libtoolimporter.py (LibtoolImporter.load_module): Set module.__loader__ as per PEP 302. svn path=/trunk/; revision=870
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe2fde4e..13105364 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
up some confusion about the second argument to find_module, it's
actually the packages __path__ attribute which we can safely ignore
for our purposes.
+ (LibtoolImporter.load_module): Set module.__loader__ as per PEP 302.
2008-11-07 Owen Taylor <otaylor@redhat.com>