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