From 718e09c6897666b804e7e39b8f4bd5cd9eb030a7 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 27 Aug 2007 16:03:55 +0000 Subject: Avoid exporting the metaclass, just define it where it will be used. 2007-08-27 Johan Dahlin * gobject/propertyhelper.py (property.__metaclass__.__repr__): Avoid exporting the metaclass, just define it where it will be used. svn path=/trunk/; revision=700 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a80343..39037d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-08-27 Johan Dahlin + * gobject/propertyhelper.py (property.__metaclass__.__repr__): Avoid + exporting the metaclass, just define it in the class. + * gobject/__init__.py (GObjectMeta._install_properties): Refactor a bit to make sure that it is possible to use in subclasses, fixes #470718 (Marco Giusti) -- cgit