/usr/share/pyshared/tg/exceptions.py is in python-turbogears2 2.1.5-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 | """http exceptions for TurboGears
TurboGears http exceptions are inherited from paste httpexceptions
"""
from webob.exc import *
|