Skip to content
  • Utkarsh Ayachit's avatar
    Avoid `import vtk` in `vtk.util.misc` · d16bf180
    Utkarsh Ayachit authored
    Since `vtk.util.misc` gets imported during initialization of the
    vtk.py trampoline package, it shouldn't import `vtk`. In general,
    avoiding importing of `vtk` package in modules in `vtkmodules` is a good
    strategy.
    d16bf180