/usr/share/pyshared/mayavi/tools/mlab.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 | # Author: Gael Varoquaux <gael.varoquaux at normalesup.org>
# Copyright (c) 2007, Enthought, Inc.
# License: BSD Style.
print "!! mayavi.tools.mlab is obsolete and has been replaced by !!"
print "!! mayavi.mlab. Please update your code. !!"
from mayavi.mlab import *
|