Salome HOME
Updating version and copyright date information
[modules/adao.git] / src / daSalome / daGUI / ADAOGUI.py
index c311c147ca56941b60db37778c5b0ba9a3246606..bc619becb62ff5f2e23c4b7aa1abd557372061d2 100644 (file)
@@ -1,5 +1,8 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2010-2013 EDF R&D
+#
+# Copyright (C) 2008-2020 EDF R&D
+#
+# This file is part of SALOME ADAO module
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -30,6 +33,7 @@ reasons:
    modules, for example for test purposes.
 """
 
+import adao
 from daGuiImpl import ADAOGUI_impl as GuiImpl
 from daUtils import adaoLogger
 
@@ -70,9 +74,9 @@ def deactivate():
 
 # called when active study is changed
 # active study ID is passed as parameter
-def activeStudyChanged( studyID ):
-  adaoLogger.debug("activeStudyChanged")
-  GuiImpl.activeStudyChanged( studyID )
+#~ def activeStudyChanged( studyID ):
+  #~ adaoLogger.debug("activeStudyChanged")
+  #~ GuiImpl.activeStudyChanged( studyID )
 
 # called when popup menu is invoked
 # popup menu and menu context are passed as parameters