diff options
| author | Johan Dahlin <jdahlin@async.com.br> | 2007-08-27 16:03:55 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2007-08-27 16:03:55 +0000 |
| commit | 718e09c6897666b804e7e39b8f4bd5cd9eb030a7 (patch) | |
| tree | 420f2b51f6640f8866338a9cf57ad6cdbd803f82 /ChangeLog | |
| parent | f66505b9e43226d731fefdfd37325f411f7e0de1 (diff) | |
| download | pygobject-718e09c6897666b804e7e39b8f4bd5cd9eb030a7.tar.gz pygobject-718e09c6897666b804e7e39b8f4bd5cd9eb030a7.tar.xz pygobject-718e09c6897666b804e7e39b8f4bd5cd9eb030a7.zip | |
Avoid exporting the metaclass, just define it where it will be used.
2007-08-27 Johan Dahlin <jdahlin@async.com.br>
* gobject/propertyhelper.py (property.__metaclass__.__repr__): Avoid
exporting the metaclass, just define it where it will be used.
svn path=/trunk/; revision=700
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-08-27 Johan Dahlin <jdahlin@async.com.br> + * 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) |
