Salome HOME
Copyright update 2020
[modules/smesh.git] / src / Tools / Verima / Base / dataBase.py
index 11dcee37e5b48b54ce2aa848ba83d85a7985a3e4..a524ba58a628c3be6eda38a01b8beeb191dbb554 100644 (file)
@@ -1,22 +1,39 @@
-# -*- coding: utf-8 -*-
+# Copyright (C) 2013-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
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 import os
 import datetime
 import sys
 
-from qtsalome import QSqlQuery
-from .tableMaillages  import TableMaillages
-from .tableMailleurs  import TableMailleurs
-from .tableMachines   import TableMachines
-from .tableVersions   import TableVersions
-from .tableGroupesRef import TableGroupesRef
-from .tableGroupes    import TableGroupes
-from .tableMailles    import TableMailles
-from .tableTailles    import TableTailles
-from .tableRatios     import TableRatios
-from .tableGroupeRatios     import TableGroupeRatios
-from .tableGroupeTailles    import TableGroupeTailles
-from .tablePerfs      import TablePerfs
+from qtsalome import QSqlQuery, QSqlDatabase
+from Base.tableMaillages  import TableMaillages
+from Base.tableMailleurs  import TableMailleurs
+from Base.tableMachines   import TableMachines
+from Base.tableVersions   import TableVersions
+from Base.tableGroupesRef import TableGroupesRef
+from Base.tableGroupes    import TableGroupes
+from Base.tableMailles    import TableMailles
+from Base.tableTailles    import TableTailles
+from Base.tableRatios     import TableRatios
+from Base.tableGroupeRatios     import TableGroupeRatios
+from Base.tableGroupeTailles    import TableGroupeTailles
+from Base.tablePerfs      import TablePerfs
 from Stats.job       import Job
 from CreeDocuments.jobHtml       import Document