/usr/share/pyshared/Aster/prefs.py is in eficas 6.4.0-1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | code="ASTER"
import sys, os
if os.path.dirname(os.path.abspath(__file__)) not in sys.path :
sys.path.insert(0,os.path.dirname(os.path.abspath(__file__)))
|