Skip to content
  • David Gobbi's avatar
    Fix loading of templates into module dictionary. · 5a623a62
    David Gobbi authored and Ben Boeckel's avatar Ben Boeckel committed
    For wrapped template specializations, the fully qualified name was
    added to the module dictionary, e.g. vtkCommonDataModelPython.name,
    instead of simply "name" by itself.
    
    This patch also removes some obsolete code for handling old-style
    classes, which were removed from the wrappers for Python3 and no
    longer need to be supported.
    5a623a62