/usr/share/pyshared/ToscaWidgets-0.9.7.2.egg-info/entry_points.txt is in python-toscawidgets 0.9.7.2-2.
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 | [distutils.commands]
archive_tw_resources = tw.core.command:archive_tw_resources
[python.templating.engines]
toscawidgets = tw.core.engine_plugin:ToscaWidgetsTemplatePlugin
[toscawidgets.host_frameworks]
wsgi = tw.mods.wsgi:WSGIHostFramework
pylons = tw.mods.pylonshf:PylonsHostFramework
turbogears = tw.mods.tg:Turbogears
[toscawidgets.widgets]
widgets = tw.api
resources = tw.api
[paste.paster_create_template]
toscawidgets=tw.paste_template:ToscaWidgetsTemplate
[turbogears.extensions]
toscawidgets=tw.mods.tg
[paste.filter_app_factory]
middleware = tw.api:make_middleware
|