/usr/lib/python2.7/dist-packages/pyface/beep.py is in python-pyface 4.5.2-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 | # Copyright 2012 Philip Chimento
"""Sound the system bell."""
# Import the toolkit-specific version
from toolkit import toolkit_object
beep = toolkit_object('beep:beep')
|