/usr/lib/python2.7/dist-packages/catwalk/resources.py is in python-catwalk 2.0.2-6.
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 | """
resources Module
Classes:
Name Description
DBMechanic
Exceptions:
None
Functions:
None
Copywrite (c) 2008 Christopher Perkins
Original Version by Christopher Perkins 2007
Released under MIT license.
"""
from tw.api import CSSLink, Link
#register all the resources in the static directory
CatwalkCss = CSSLink(modname='catwalk', filename='static/css/catwalk.css')
|