This file is indexed.

/usr/share/pyshared/htmloutput/nose_wrapper.py is in python-nosehtmloutput 0.0.4-3.

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
import nose
from htmloutput import HtmlOutput

if __name__ == '__main__':
        nose.main(addplugins=[HtmlOutput()])