/usr/share/pyshared/mayavi/preferences/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 | """The public API for the preferences."""
# The global PreferenceManager instance
from preference_manager import preference_manager
from bindings import set_scene_preferences, get_scene_preferences
|