]> SALOME platform Git repositories - modules/adao.git/blob - src/daEficas/prefs_ADAO.py.in
Salome HOME
Updating copyright date information and version
[modules/adao.git] / src / daEficas / prefs_ADAO.py.in
1 # -*- coding: utf-8 -*-
2 # Copyright (C) 2008-2015 EDF R&D
3 #
4 # This file is part of SALOME ADAO module
5 #
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
10 #
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 # Author: André Ribes, andre.ribes@edf.fr, EDF R&D
23
24 import os, sys
25
26 # print "import des prefs de Adao"
27
28 # Configuration de Eficas
29 # INSTALLDIR, REPINI est obligatoire
30 INSTALLDIR = "@EFICAS_DIR@"
31 sys.path.insert(0,INSTALLDIR)
32 # positionnee a repin au debut mise a jour dans configuration
33 repIni=os.path.dirname(os.path.abspath(__file__))
34
35 # initialdir sert comme directory initial des QFileDialog
36 initialdir=os.environ["PWD"]
37 # Codage des strings qui accepte les accents (en remplacement de 'ascii')
38 encoding='iso-8859-1'
39 # lang indique la langue utilisee pour les chaines d'aide : fr ou ang
40 lang='fr'