Skip to content
  • David Gobbi's avatar
    Fix PyVTKTemplate dict compatibility methods. · e1ff8866
    David Gobbi authored
    The get() method was incorrectly implemented and segfaulted.  Also,
    with py3k, the keys() method returned a special object instead of
    a plain list, and this caused the wrapping to fail.
    e1ff8866