From efa862371d2a6dafb04f1e5a0fac7b80d02e635e Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sun, 9 Sep 2007 22:14:00 +0000 Subject: [PATCH] add all python types --- bindings/SigarWrapper.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/SigarWrapper.pm b/bindings/SigarWrapper.pm index 18921178..6e7401f1 100644 --- a/bindings/SigarWrapper.pm +++ b/bindings/SigarWrapper.pm @@ -2584,7 +2584,6 @@ sub finish { print $cfh "#define PY_SIGAR_ADD_TYPES $nl"; for my $func (@$mappings) { - next unless $func->{has_get}; my $pyclass = pyclass($func->{name}); my $pytype = pytype($func->{name}); print $cfh qq{ PySigar_AddType("$pyclass", $pytype)};