X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2Fgui_setenv.py;h=5a4a44be37df54a0df354c9a3e41ecb7996f9f22;hb=58db7f882983efa403819e8aa93165971b1c48b3;hp=d5a4ef872764d7959373f239eb0fb9648d34ff0f;hpb=c47605c13ccf37a7b3fcb9cb6c8baf38d3643f77;p=modules%2Fgui.git diff --git a/bin/gui_setenv.py b/bin/gui_setenv.py old mode 100755 new mode 100644 index d5a4ef872..5a4a44be3 --- a/bin/gui_setenv.py +++ b/bin/gui_setenv.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -29,6 +29,7 @@ def set_env( args ): dirs = re.split( ":|;", os.getenv( 'VTK_AUTOLOAD_PATH', vtk_overloads_dir ) ) if vtk_overloads_dir not in dirs: dirs[0:0] = [vtk_overloads_dir] os.environ['VTK_AUTOLOAD_PATH'] = os.pathsep.join(dirs) + os.environ['QT_PLUGIN_PATH'] = '' return