X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2FAdaoYacsSchemaCreator.py;h=eb3322b31c2188d7b32b00a61680eeaff49fd044;hb=b6b846b626ab1dfd55f7812f2751034a0bc93090;hp=0089e656511f159d5610c95ee62ad6e3b02d4651;hpb=687ddcfacc701c7e591a5cd3351162682f5d9c60;p=modules%2Fadao.git diff --git a/bin/AdaoYacsSchemaCreator.py b/bin/AdaoYacsSchemaCreator.py index 0089e65..eb3322b 100644 --- a/bin/AdaoYacsSchemaCreator.py +++ b/bin/AdaoYacsSchemaCreator.py @@ -1,30 +1,34 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2008-2015 EDF R&D # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. +# This file is part of SALOME ADAO module # -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# 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. # -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. # -# Author: André Ribes, andre.ribes@edf.fr, EDF R&D +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# +# Author: André Ribes, andre.ribes@edf.fr, EDF R&D import sys import os import traceback import logging -logging.basicConfig(level=logging.INFO, format='%(levelname)-8s %(message)s') +logging.basicConfig(level=logging.WARNING, format='%(levelname)-8s %(message)s') -print "-- Starting AdaoYacsSchemaCreator --" +logging.debug("-- Starting AdaoYacsSchemaCreator --") # Check some basics variables if "ADAO_ROOT_DIR" not in os.environ: