/usr/lib/python2.7/dist-packages/opengm/FindNumpyPath.py is in python-opengm 2.3.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | try: import numpy; print numpy.get_include()
except:pass
|