python plugin: Switch back to calling the type object to create a new object like...
authorSven Trenkel <collectd@semidefinite.de>
Wed, 16 Jun 2010 12:01:18 +0000 (14:01 +0200)
committerSven Trenkel <collectd@semidefinite.de>
Wed, 16 Jun 2010 12:01:18 +0000 (14:01 +0200)
PyObject_New should not be used.
This should fix a compile problem with some versions of Python.


No differences found