/usr/share/pyshared/axiom/test/oldpath.py is in python-axiom 0.6.0-3.
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 | # -*- test-case-name: axiom.test.test_upgrading.PathUpgrade.testUpgradePath -*-
from axiom.attributes import path
from axiom.item import Item
class Path(Item):
schemaVersion = 1
typeName = 'test_upgrade_path'
thePath = path()
|