Salome HOME
Improvement and extension of EnKF algorithm (loc)
[modules/adao.git] / bin / gui_Adao_QT_Eficas.py
index f527069d8e77a708d2ff0951a122745ef17cc49d..b3d25125d8db88b4f5b7648be72a96796221453c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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
@@ -25,6 +25,5 @@
    Launching the standalone EFICAS/ADAO interface
 """
 
-import adao
-from daCore.Interfaces import EficasGUI
-EficasGUI().gui()
+from adao import adaoBuilder
+adaoBuilder.Gui()