This file is indexed.

/usr/share/pyshared/mayavi/sources/api.py is in mayavi2 4.1.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
18
19
20
21
22
23
24
""" Defines the publicly accessible MayaVi2 sources.
"""

# Author: Frederic Petit, Prabhu Ramachandran
# Copyright (c) 2007-2008, Enthought, Inc.
# License: BSD Style.


from array_source import ArraySource
from builtin_image import BuiltinImage
from builtin_surface import BuiltinSurface
from chaco_reader import ChacoReader
from image_reader import ImageReader
from parametric_surface import ParametricSurface
from plot3d_reader import PLOT3DReader
from point_load import PointLoad
from poly_data_reader import PolyDataReader
from three_ds_importer import ThreeDSImporter
from vrml_importer import VRMLImporter
from volume_reader import VolumeReader
from vtk_data_source import VTKDataSource
from vtk_file_reader import VTKFileReader
from vtk_xml_file_reader import VTKXMLFileReader
from unstructured_grid_reader import UnstructuredGridReader