-
Utkarsh Ayachit authored
Split `vtk` package into `vtkmodules` and `vtk`. `vtkmodules` doesn't import any of the modules included in its `__init__.py`, instead provides a `all.py` module that imports all modules in the old `vtk` package. `vtk` is now a module that imports `vtkmodules/all.py` thus behaving like the old `vtk` package.
741fffbf