Salome HOME
#19727 [CEA][Windows] MEDCOUPLING MEDFileMesh.hxx
[tools/medcoupling.git] / src / MEDLoader / Swig / med2sauv
index 943ce34ca91a94ce30d6cfecb7fd550188b24ac0..50ff39e6595429dba62ece85765cf5763da9e54f 100755 (executable)
@@ -1,11 +1,11 @@
 #!/usr/bin/env python
 # --
-# Copyright (C) 2009-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2009-2020  CEA/DEN, 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.
+# 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
@@ -23,6 +23,7 @@
 
 from sys import argv,path
 from os.path import dirname,abspath,sep
+from medutilities import med2sauv
 
 d = argv[0]
 d = dirname(d)