Salome HOME
Updating date copyright information
[modules/adao.git] / src / daEficas / prefs_ADAO.py.in
1 # -*- coding: utf-8 -*-
2 # Copyright (C) 2010-2013 EDF R&D
3 #
4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License.
8 #
9 # This library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 # Lesser General Public License for more details.
13 #
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with this library; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 #
20 # Author: AndrĂ© Ribes, andre.ribes@edf.fr, EDF R&D
21
22 import os, sys
23
24 # print "import des prefs de Adao"
25
26 # Configuration de Eficas
27 # INSTALLDIR, REPINI est obligatoire
28 INSTALLDIR = "@EFICAS_DIR@"
29 sys.path.insert(0,INSTALLDIR)
30 # positionnee a repin au debut mise a jour dans configuration
31 repIni=os.path.dirname(os.path.abspath(__file__))
32
33 # initialdir sert comme directory initial des QFileDialog
34 initialdir=os.environ["PWD"]
35 # Codage des strings qui accepte les accents (en remplacement de 'ascii')
36 encoding='iso-8859-1'
37 # lang indique la langue utilisee pour les chaines d'aide : fr ou ang
38 lang='fr'
39
40
41 # INSTALLDIR sert a localiser l'installation d'Eficas
42 #INSTALLDIR=os.path.join(REPINI,'..')
43
44
45
46 # Acces a la documentation
47 #rep_cata        = INSTALLDIR
48 #path_doc        = os.path.join(rep_cata,'Doc')
49 #exec_acrobat    = "/usr/bin/xpdf"
50 #savedir         = os.environ['HOME']
51
52
53 # OpenTURNS Python module
54 #OpenTURNS_path="/local00/home/dutka/OpenTURNS/trunk-cmake/build-autotools/install/lib/python2.4/site-packages"
55 # Choix des catalogues
56 #sys.path[:0]=[INSTALLDIR, OpenTURNS_path]
57