add all python types

This commit is contained in:
Doug MacEachern 2007-09-09 22:14:00 +00:00
parent 06c39a99b6
commit efa862371d
1 changed files with 0 additions and 1 deletions

View File

@ -2584,7 +2584,6 @@ sub finish {
print $cfh "#define PY_SIGAR_ADD_TYPES $nl"; print $cfh "#define PY_SIGAR_ADD_TYPES $nl";
for my $func (@$mappings) { for my $func (@$mappings) {
next unless $func->{has_get};
my $pyclass = pyclass($func->{name}); my $pyclass = pyclass($func->{name});
my $pytype = pytype($func->{name}); my $pytype = pytype($func->{name});
print $cfh qq{ PySigar_AddType("$pyclass", $pytype)}; print $cfh qq{ PySigar_AddType("$pyclass", $pytype)};