Salome HOME
Add the config mechanism for the sat bases
[tools/sat.git] / src / __init__.py
index d397783137594c97258f81b7bde0a299cc567c30..7a4ac04af6224aa37a7cfb13a3d6c320e771ba2d 100644 (file)
@@ -40,6 +40,8 @@ NA_STATUS = "NA"
 KNOWNFAILURE_STATUS = "KF"
 TIMEOUT_STATUS = "TIMEOUT"
 
+CONFIG_FILENAME = "sat-config.pyconf"
+
 class SatException(Exception):
     '''rename Exception Class
     '''