]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Keep track of datetime of configuration
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 2 Sep 2022 09:38:25 +0000 (11:38 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 2 Sep 2022 09:38:25 +0000 (11:38 +0200)
src/KERNEL_PY/kernel/__init__.py

index 141b7a502c7278bd8e8b92b509dd2c31b1bbcc72..79af230eb5ca10b79ec2656c397328f2e569e9b0 100644 (file)
@@ -36,6 +36,7 @@
 
 __all__ = [ "deprecation", "logger", "termcolor", "logconfig" ]
 __version__ = "@SALOMEKERNEL_GIT_SHA1@"
+__config_datetime__ = "@SALOMEKERNEL_CONFIG_TIME@"
 
 # WARN: This file SHOULD NOT import salome stuff so that modules of the
 # package could be used outside of a SALOME session context when