/usr/lib/python2.7/dist-packages/tvtk/api.py is in mayavi2 4.5.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Author: Prabhu Ramachandran
# License: BSD style
# The external API for tvtk.
# The version of TVTK that is installed
from tvtk.version import version, version as __version__
# The TVTK pseudo-module.
from tvtk.tvtk_access import tvtk
# Handy colors from VTK.
from vtk.util import colors
# Some miscellaneous functionality.
from tvtk.misc import write_data
|