/usr/share/pyshared/aafigure/error.py is in python-aafigure 0.5-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 11 | """\
Exception classes for the aafigure package.
(C) 2009 Chris Liechti <cliechti@gmx.net>
This is open source software under the BSD license. See LICENSE.txt for more
details.
"""
class UnsupportedFormatError(Exception):
"""Error message when an unknown format is specified"""
|