X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FSwig%2Fsauv2med;h=e284d82f8bcd046ae9f275e14fb96a870aa1879d;hb=bec7037431602509ee55b85e3e54c10b36984153;hp=2b0760e193acc32986907e09df910db528710f5b;hpb=f2329e852caac14f317fd400894847b50af74127;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/Swig/sauv2med b/src/MEDLoader/Swig/sauv2med index 2b0760e19..e284d82f8 100755 --- a/src/MEDLoader/Swig/sauv2med +++ b/src/MEDLoader/Swig/sauv2med @@ -1,11 +1,11 @@ #!/usr/bin/env python # -- -# Copyright (C) 2009-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2009-2016 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)