This file is indexed.

/usr/lib/python2.7/dist-packages/testtools-0.9.39.egg-info/SOURCES.txt is in python-testtools 0.9.39-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
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.gitignore
LICENSE
MANIFEST.in
Makefile
NEWS
README.rst
setup.cfg
setup.py
doc/Makefile
doc/api.rst
doc/conf.py
doc/for-framework-folk.rst
doc/for-test-authors.rst
doc/hacking.rst
doc/index.rst
doc/make.bat
doc/overview.rst
doc/_static/placeholder.txt
doc/_templates/placeholder.txt
testtools/__init__.py
testtools/_compat2x.py
testtools/_compat3x.py
testtools/_spinner.py
testtools/assertions.py
testtools/compat.py
testtools/content.py
testtools/content_type.py
testtools/deferredruntest.py
testtools/distutilscmd.py
testtools/helpers.py
testtools/monkey.py
testtools/run.py
testtools/runtest.py
testtools/tags.py
testtools/testcase.py
testtools/testsuite.py
testtools/utils.py
testtools.egg-info/PKG-INFO
testtools.egg-info/SOURCES.txt
testtools.egg-info/dependency_links.txt
testtools.egg-info/not-zip-safe
testtools.egg-info/requires.txt
testtools.egg-info/top_level.txt
testtools/matchers/__init__.py
testtools/matchers/_basic.py
testtools/matchers/_datastructures.py
testtools/matchers/_dict.py
testtools/matchers/_doctest.py
testtools/matchers/_exception.py
testtools/matchers/_filesystem.py
testtools/matchers/_higherorder.py
testtools/matchers/_impl.py
testtools/testresult/__init__.py
testtools/testresult/doubles.py
testtools/testresult/real.py
testtools/tests/__init__.py
testtools/tests/helpers.py
testtools/tests/test_assert_that.py
testtools/tests/test_compat.py
testtools/tests/test_content.py
testtools/tests/test_content_type.py
testtools/tests/test_deferredruntest.py
testtools/tests/test_distutilscmd.py
testtools/tests/test_fixturesupport.py
testtools/tests/test_helpers.py
testtools/tests/test_monkey.py
testtools/tests/test_run.py
testtools/tests/test_runtest.py
testtools/tests/test_spinner.py
testtools/tests/test_tags.py
testtools/tests/test_testcase.py
testtools/tests/test_testresult.py
testtools/tests/test_testsuite.py
testtools/tests/test_with_with.py
testtools/tests/matchers/__init__.py
testtools/tests/matchers/helpers.py
testtools/tests/matchers/test_basic.py
testtools/tests/matchers/test_datastructures.py
testtools/tests/matchers/test_dict.py
testtools/tests/matchers/test_doctest.py
testtools/tests/matchers/test_exception.py
testtools/tests/matchers/test_filesystem.py
testtools/tests/matchers/test_higherorder.py
testtools/tests/matchers/test_impl.py