Salome HOME
Minor source update for OM compatibility
[modules/adao.git] / src / daComposant / daCore / AssimilationStudy.py
index c4fab69d116760bd62564fb12d72cf91958eaebc..aa92bb16cbb3036f142cac235bfa48f603f4e5d9 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2018 EDF R&D
+# Copyright (C) 2008-2024 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -33,9 +33,11 @@ class AssimilationStudy(_Aidsm):
     """
     Generic ADAO TUI builder
     """
+    __slots__ = ()
+
     def __init__(self, name = ""):
         _Aidsm.__init__(self, name)
 
 # ==============================================================================
 if __name__ == "__main__":
-    print('\n AUTODIAGNOSTIC \n')
+    print("\n AUTODIAGNOSTIC\n")