/usr/share/pyshared/axiom/test/itemtest.py is in python-axiom 0.7.1-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 | from axiom import item, attributes
class PlainItem(item.Item):
typeName = 'axiom_test_plain_item'
schemaVersion = 1
plain = attributes.text()
|