/usr/share/pyshared/paste/webkit/templates.py is in python-pastewebkit 1.0-7.
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 | import os
from paste.script.templates import Template
class WebKit(Template):
_template_dir = 'paster_templates/webkit'
summary = "A Paste WebKit web application"
egg_plugins = ['PasteWebKit']
required_templates = ['PasteDeploy#paste_deploy']
|