This file is indexed.

/usr/share/pyshared/pyramid_zcml-1.0.0.egg-info/SOURCES.txt is in python-pyramid-zcml 1.0.0-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
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.gitignore
CHANGES.txt
README.rst
setup.cfg
setup.py
tox.ini
docs/.gitignore
docs/Makefile
docs/api.rst
docs/conf.py
docs/glossary.rst
docs/index.rst
docs/narr.rst
docs/zcml.rst
docs/.static/logo_hi.gif
docs/.static/repoze.css
docs/zcml/aclauthorizationpolicy.rst
docs/zcml/adapter.rst
docs/zcml/asset.rst
docs/zcml/authtktauthenticationpolicy.rst
docs/zcml/configure.rst
docs/zcml/default_permission.rst
docs/zcml/forbidden.rst
docs/zcml/include.rst
docs/zcml/localenegotiator.rst
docs/zcml/notfound.rst
docs/zcml/remoteuserauthenticationpolicy.rst
docs/zcml/renderer.rst
docs/zcml/repozewho1authenticationpolicy.rst
docs/zcml/route.rst
docs/zcml/scan.rst
docs/zcml/static.rst
docs/zcml/subscriber.rst
docs/zcml/translationdir.rst
docs/zcml/utility.rst
docs/zcml/view.rst
pyramid_zcml/__init__.py
pyramid_zcml/_compat.py
pyramid_zcml/configure.zcml
pyramid_zcml/meta.zcml
pyramid_zcml.egg-info/PKG-INFO
pyramid_zcml.egg-info/SOURCES.txt
pyramid_zcml.egg-info/dependency_links.txt
pyramid_zcml.egg-info/entry_points.txt
pyramid_zcml.egg-info/not-zip-safe
pyramid_zcml.egg-info/requires.txt
pyramid_zcml.egg-info/top_level.txt
pyramid_zcml/scaffolds/__init__.py
pyramid_zcml/scaffolds/starter_zcml/CHANGES.txt_tmpl
pyramid_zcml/scaffolds/starter_zcml/README.txt_tmpl
pyramid_zcml/scaffolds/starter_zcml/development.ini_tmpl
pyramid_zcml/scaffolds/starter_zcml/setup.cfg_tmpl
pyramid_zcml/scaffolds/starter_zcml/setup.py_tmpl
pyramid_zcml/scaffolds/starter_zcml/+package+/__init__.py_tmpl
pyramid_zcml/scaffolds/starter_zcml/+package+/configure.zcml
pyramid_zcml/scaffolds/starter_zcml/+package+/resources.py
pyramid_zcml/scaffolds/starter_zcml/+package+/tests.py_tmpl
pyramid_zcml/scaffolds/starter_zcml/+package+/views.py_tmpl
pyramid_zcml/scaffolds/starter_zcml/+package+/static/favicon.ico
pyramid_zcml/scaffolds/starter_zcml/+package+/static/footerbg.png
pyramid_zcml/scaffolds/starter_zcml/+package+/static/headerbg.png
pyramid_zcml/scaffolds/starter_zcml/+package+/static/ie6.css
pyramid_zcml/scaffolds/starter_zcml/+package+/static/middlebg.png
pyramid_zcml/scaffolds/starter_zcml/+package+/static/pylons.css
pyramid_zcml/scaffolds/starter_zcml/+package+/static/pyramid-small.png
pyramid_zcml/scaffolds/starter_zcml/+package+/static/pyramid.png
pyramid_zcml/scaffolds/starter_zcml/+package+/static/transparent.gif
pyramid_zcml/scaffolds/starter_zcml/+package+/templates/mytemplate.pt_tmpl
pyramid_zcml/tests/__init__.py
pyramid_zcml/tests/index.html
pyramid_zcml/tests/test_integration.py
pyramid_zcml/tests/test_units.py
pyramid_zcml/tests/ccbugapp/__init__.py
pyramid_zcml/tests/ccbugapp/configure.zcml
pyramid_zcml/tests/ccbugapp/views.py
pyramid_zcml/tests/defpermbugapp/__init__.py
pyramid_zcml/tests/defpermbugapp/configure.zcml
pyramid_zcml/tests/exceptionviewapp/__init__.py
pyramid_zcml/tests/exceptionviewapp/configure.zcml
pyramid_zcml/tests/exceptionviewapp/models.py
pyramid_zcml/tests/exceptionviewapp/views.py
pyramid_zcml/tests/fixtureapp/__init__.py
pyramid_zcml/tests/fixtureapp/another.zcml
pyramid_zcml/tests/fixtureapp/configure.zcml
pyramid_zcml/tests/fixtureapp/models.py
pyramid_zcml/tests/fixtureapp/views.py
pyramid_zcml/tests/fixtureapp/subpackage/__init__.py
pyramid_zcml/tests/fixtureapp/subpackage/yetanother.zcml
pyramid_zcml/tests/fixtureapp/subpackage/templates/bar.pt
pyramid_zcml/tests/fixtureapp/templates/fixture.pt
pyramid_zcml/tests/hybridapp/__init__.py
pyramid_zcml/tests/hybridapp/configure.zcml
pyramid_zcml/tests/hybridapp/views.py
pyramid_zcml/tests/includeoverrideapp/__init__.py
pyramid_zcml/tests/includeoverrideapp/configure.zcml
pyramid_zcml/tests/includeoverrideapp/views.py
pyramid_zcml/tests/includeoverrideapp/sub/__init__.py
pyramid_zcml/tests/includeoverrideapp/sub/overrides.zcml
pyramid_zcml/tests/includeoverrideapp/sub/views.py
pyramid_zcml/tests/localeapp/__init__.py
pyramid_zcml/tests/localeapp/locale/GARBAGE
pyramid_zcml/tests/localeapp/locale/be/LC_MESSAGES
pyramid_zcml/tests/localeapp/locale/de/LC_MESSAGES/deformsite.mo
pyramid_zcml/tests/localeapp/locale/de/LC_MESSAGES/deformsite.po
pyramid_zcml/tests/localeapp/locale/en/LC_MESSAGES/deformsite.mo
pyramid_zcml/tests/localeapp/locale/en/LC_MESSAGES/deformsite.po
pyramid_zcml/tests/permbugapp/__init__.py
pyramid_zcml/tests/permbugapp/configure.zcml
pyramid_zcml/tests/restbugapp/__init__.py
pyramid_zcml/tests/restbugapp/configure.zcml
pyramid_zcml/tests/restbugapp/views.py
pyramid_zcml/tests/routesapp/__init__.py
pyramid_zcml/tests/routesapp/configure.zcml
pyramid_zcml/tests/routesapp/models.py
pyramid_zcml/tests/routesapp/views.py
pyramid_zcml/tests/routesapp/templates/fixture.pt
pyramid_zcml/tests/viewdecoratorapp/__init__.py
pyramid_zcml/tests/viewdecoratorapp/configure.zcml
pyramid_zcml/tests/viewdecoratorapp/views/__init__.py
pyramid_zcml/tests/viewdecoratorapp/views/views.py
pyramid_zcml/tests/viewdecoratorapp/views/templates/foo.mak