This file is indexed.

/usr/bin/pymcaroitool is in pymca 4.5.0-4.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
#!/usr/bin/python

import os
import sys
import PyMca

sys.path.insert(0, os.path.dirname(PyMca.__file__))

execfile(os.path.join(os.path.dirname(PyMca.__file__), 'QStackWidget.py'))