/usr/share/pyshared/sympy/conftest.py is in python-sympy 0.7.1.rc1-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 | # The py library is part of the "py.test" testing suite (python-codespeak-lib on
# Debian), see http://codespeak.net/py/
import py
#this makes py.test put sympy directory into the sys.path, so that we can
#"import sympy" from tests nicely
rootdir = py.magic.autopath().dirpath()
|