X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FSwig%2Fmed2sauv;h=8ba4980335da99d929ca9237c76fc1140acbb8d2;hb=1a2c2030771be1a2e677e6cdc086676ea15960df;hp=943ce34ca91a94ce30d6cfecb7fd550188b24ac0;hpb=f2329e852caac14f317fd400894847b50af74127;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/Swig/med2sauv b/src/MEDLoader/Swig/med2sauv index 943ce34ca..8ba498033 100755 --- a/src/MEDLoader/Swig/med2sauv +++ b/src/MEDLoader/Swig/med2sauv @@ -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 med2sauv d = argv[0] d = dirname(d)