This file is indexed.

/usr/lib/python2.7/dist-packages/envisage/ui/single_project/action/api.py is in python-envisage 4.4.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
from new_project_action import NewProjectAction
from open_project_action import OpenProjectAction
from save_project_action import SaveProjectAction
from save_as_project_action import SaveAsProjectAction
from close_project_action import CloseProjectAction
from switch_to_action import SwitchToAction