This file is indexed.

/usr/lib/python2.7/dist-packages/easy-install.pth is in python-pysph 0~20160122.git1fe4786-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
import sys; sys.__plen = len(sys.path)
./PySPH-1.0a4.dev0-py2.7-linux-x86_64.egg
/usr/lib/python2.7/dist-packages
import sys; new = sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p = getattr(sys, '__egginsert', 0); sys.path[p:p] = new; sys.__egginsert = p + len(new)