Salome HOME
0022778: [CEA 1298] Python file compilation should be done at build time, not install...
[tools/medcoupling.git] / src / MEDLoader / Swig / sauv2med
index 2b0760e193acc32986907e09df910db528710f5b..d4f9cf693a0eb156b8cc14939c9ce409aebf7a71 100755 (executable)
@@ -1,11 +1,11 @@
 #!/usr/bin/env python
 # --
-# Copyright (C) 2009-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2009-2015  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 sauv2med
 
 d = argv[0]
 d = dirname(d)