/usr/share/pyshared/Accas/A_SENSIBILITE.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 5 6 7 | from Ihm import I_REGLE
from Noyau import N_SENSIBILITE
class REUSE_SENSIBLE(I_REGLE.REGLE,N_SENSIBILITE.REUSE_SENSIBLE):pass
class CONCEPT_SENSIBLE(I_REGLE.REGLE,N_SENSIBILITE.CONCEPT_SENSIBLE):pass
class DERIVABLE(I_REGLE.REGLE,N_SENSIBILITE.DERIVABLE):pass
|