/usr/share/pyshared/tw/mods/wsgi.py 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 | from tw.mods.base import HostFramework
__all__ = ["WSGIHostFramework"]
#TODO: Deprecate WSGIHostFramework
WSGIHostFramework = HostFramework
|