/usr/share/pyshared/childsplay_sp/SPBasePaths.py is in childsplay 1.6-1.
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 | # This module holds all the paths needed for childsplay_sp on a Debian system
DOCDIR = '/usr/share/doc/childsplay'
PYTHONCPDIR = '/usr/share/pyshared/childsplay_sp'
BASEDIR = '/usr'
SHARELIBDATADIR = '/usr/share/childsplay_sp'
ALPHABETDIR = '/usr/share/sp_alphabetsounds'
LOCALEDIR = '/usr/share/locale'
|