From 87a443c714e791c5dd9351717241c809d50bf148 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 2 Sep 2022 11:38:25 +0200 Subject: [PATCH] Keep track of datetime of configuration --- src/KERNEL_PY/kernel/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/KERNEL_PY/kernel/__init__.py b/src/KERNEL_PY/kernel/__init__.py index 141b7a502..79af230eb 100644 --- a/src/KERNEL_PY/kernel/__init__.py +++ b/src/KERNEL_PY/kernel/__init__.py @@ -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 -- 2.39.2