debian/0000755000000000000000000000000011747177151007201 5ustar debian/eficas.10000644000000000000000000000066511706534750010521 0ustar .\" -*- nroff -*- .TH eficas 1 "April 2010" "Eficas" .SH NAME eficas \- eficas command .SH SYNOPSIS .B eficas .br .SH DESCRIPTION This manual page documents briefly the .BR eficas command. eficas is an application to help the creation of Code Aster command files. Thanks to this graphical user interface, a user can intuitively create a Aster command file without knowing the syntax. .SH AUTHOR The Debian Scientific Computing Team debian/eficasQt.10000644000000000000000000000067711361104254011016 0ustar .\" -*- nroff -*- .TH eficas 1 "April 2010" "Eficas" .SH NAME eficasQt \- eficasQt command .SH SYNOPSIS .B eficas .br .SH DESCRIPTION This manual page documents briefly the .BR eficasQt command. eficasQt is a Qt application to help the creation of Code Aster command files. Thanks to this graphical user interface, a user can intuitively create a Aster command file without knowing the syntax. .SH AUTHOR The Debian Scientific Computing Team debian/menu0000644000000000000000000000033711432236132010055 0ustar ?package(eficas): \ needs="X11" \ section="Applications/Science/Engineering" \ title="Eficas" \ command="/usr/bin/eficasQt" \ icon="/usr/share/pixmaps/eficas.xpm" debian/dirs0000644000000000000000000000001111356712141010043 0ustar usr/bin debian/copyright0000644000000000000000000000405211432250450011116 0ustar This package was debianized by Sylvestre Ledru and Christophe Trophime on Fri, 22 Feb 2008 10:53:40 +0100. It was downloaded from Upstream Author: EDF R&D Copyright: Copyright 2001-2008 - EDF R&D License: This program 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 of the License, or (at your option) any later version. This program 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. The complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2 File: Tools/optparse.py Copyright: 2001-2003 Gregory P. Ward. All rights reserved. License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. The Debian packaging is (C) 2008, Sylvestre Ledru and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/rules0000755000000000000000000000342311706534750010260 0ustar #!/usr/bin/make -f # Copyright 2008 - Sylvestre Ledru ASTER_VERSION=11.0.10 ASTER_VERSION_FULL=$(ASTER_VERSION)-2 DEB_PYTHON2_MODULE_PACKAGES = eficas Accas Aide Aster convert Editeur \ Extensions generator Ihm InterfaceQT4 UiQT4 Noyau Traducteur \ Validation Openturns_Study Openturns_Wrapper include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk DEB_PYTHON_COMPILE_VERSION := $(shell pyversions -r) DEB_PYTHON_INSTALL_ARGS_ALL += --no-compile \ --install-lib=/usr/share/pyshared build/eficas:: echo '#!/bin/sh\npython /usr/share/pyshared/Aster/qtEficas_aster.py $$*\n' > eficasQt install/eficas:: # Configuration install -d debian/eficas/usr/share/pyshared/Editeur (cd debian/eficas/usr/share/pyshared/Editeur && ln -sf /usr/share/eficas/Editeur/icons .) (cd debian/eficas/usr/share/pyshared/Editeur && ln -sf /usr/share/eficas/Editeur/Patrons .) install -d debian/eficas/usr/share/pyshared/Aster (cd debian/eficas/usr/share/pyshared/Aster && ln -sf /etc/eficas/editeur.ini .) (cd debian/eficas/usr/share/pyshared/Aster && ln -sf /etc/eficas/editeur_salome.ini .) (cd debian/eficas/usr/share/pyshared && ln -sf /usr/share/eficas/Aide .) clean:: rm -f eficasQt get-orig-source: # Retreive aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz mkdir -p tmp cd tmp && wget "http://www.code-aster.org/FICHIERS/aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz" # Go to SRC directory and retreive eficas source cd tmp && tar xzf aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz cd tmp/aster-full-src-$(ASTER_VERSION)/SRC && mv $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz $(CURDIR)/$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz rm -rf tmp debian/eficas.desktop0000644000000000000000000000042511432236132012011 0ustar [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=Eficas GenericName=Graphical command editor for Code_Aster Comment=Graphical command editor for Code_Aster. Exec=/usr/bin/eficasQt Icon=eficas Type=Application Terminal=false Categories=Education;Math;Science; StartupNotify=true debian/control0000644000000000000000000000310611747177143010605 0ustar Source: eficas Section: science Priority: optional Maintainer: Debian Science Team Uploaders: Christophe Trophime Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.90~), python-all (>= 2.6.6-3~), python-qt4-dev, quilt, python-openturns Standards-Version: 3.9.3 X-Python-Version: all Homepage: http://www.code-aster.org/ Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/code-aster/eficas/ Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/code-aster/eficas/ Package: eficas Architecture: all Depends: ${python:Depends}, python-pmw, python-numpy, python-qt4, ${misc:Depends}, xpdf, qt-assistant-compat Description: Graphical editor for Code Aster command files This package provides an application to help the creation of Code Aster command files. Thanks to this graphical user interface, a user can intuitively create a Aster command file without knowing the syntax. . Code Aster is all-purpose Finite Element Method (FEM) simulation software for structural analysis. #Package: eficas-doc #Architecture: all #Depends: eficas (= ${binary:Version} ), ${misc:Depends} #Description: Documentation for Eficas # Eficas provides an application to help the creation of Code Aster # command files. Thanks to this graphical user interface, a user # can intuitively create a Aster command file without knowing the # syntax. # . # Code Aster is all-purpose Finite Element Method (FEM) simulation # software for structural analysis. # . # This package contains Eficas documentation debian/eficas.install0000755000000000000000000000110711706534750012022 0ustar Editeur/icons usr/share/eficas/Editeur Editeur/Patrons usr/share/eficas/Editeur # eficas usr/bin eficasQt usr/bin #eficasTk usr/bin # Configuration #usr/share/pyshared/Aster Aster/editeur*.ini etc/eficas/ #usr/share/eficas/Editeur Openturns_Study/catalogues_openturns.ini usr/share/pyshared/Openturns_Study Openturns_Wrapper/catalogues_openturns.ini usr/share/pyshared/Openturns_Wrapper # Doc Aide/* usr/share/eficas/Aide # Icon and menu entry debian/eficas.desktop usr/share/applications/ debian/eficas.xpm usr/share/pixmaps/ # Manpages debian/eficas*.1 usr/share/man/man1 debian/README.Debian0000644000000000000000000000220511706534750011236 0ustar eficas for Debian ----------------- eficas-doc are not installed according to Debian policy. Eficas docs are now accessible via a web browser. Alternatively you can install eficas docs (DEB_UPSTREAM_VERSION = 6.3.0-1) as follows First extract from the orig upstream tarball (ASTER_VERSION_FULL = 11.0.10-2) : mdkir -p tmp/ pushd tmp wget "http://www.code-aster.org/FICHIERS/aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz" # Go to SRC directory and retreive astk source tar xzf aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz cd aster-full-src-$(ASTER_VERSION)/SRC You can then proceed as follows: cd aster-full-src-$(ASTER_VERSION)/SRC tar zxvf eficas-doc-$(DEB_UPSTREAM_VERSION).tgz cd eficas-6.3.0 cp -r Aster/Doc /usr/share/doc/eficas cp -r Aster/Cata /usr/share/doc/eficas Eventually you can : ln -s /usr/share/doc/eficas/Doc /usr/share/pyshared/Aster cd /usr/share/doc/eficas/Aster/Cata foreach file in 'ls -l *.docu' do; ln -s $file /usr/share/pyshared/Aster/Cata done popd rm -rf tmp Or modify the eficas parameters from the menu -- Christophe Trophime Sat, 11 Dec 2011 14:41:18 +0200 debian/README.source0000644000000000000000000000033311361104254011341 0ustar Please refer to /usr/share/doc/quilt/README.source for information on how to manipulate the patches for this package, which are in the debian/patches directory. Note that eficas-docs has been added to eficas sources. debian/changelog0000644000000000000000000000216411747177143011057 0ustar eficas (6.4.0-1-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "eficas doesn't work" (Closes: #669233) - Add depends on 'python-qt4' -- Chunis Deng Sun, 29 Apr 2012 16:07:53 +0800 eficas (6.4.0-1-1) unstable; urgency=low * New upstream release (closes: #656606) * Remove Tk support * Add openturns support * Add debian/eficas.install * debian/rules: - Simplify install target * debian/control: - Add xpdf to Depends - Add qt-assistant-compat to Depends * Bump to standard 3.9.2 - Convert to dh_python2. * Update C. Trophime email -- Christophe Trophime Sat, 21 Apr 2012 23:48:24 +0200 eficas (2.1.1-1-1) unstable; urgency=low [ Andre Espaze ] * New upstream version -- Christophe Trophime Tue, 11 Jan 2011 15:43:53 +0100 eficas (2.0.3-1-1) unstable; urgency=low * Initial release (Closes: #467097). Thanks also to Christophe Trophime -- Sylvestre Ledru Mon, 16 Aug 2010 16:39:02 +0200 debian/eficas.xpm0000644000000000000000000000334411361104254011147 0ustar /* XPM */ static char *eficas__[] = { /* columns rows colors chars-per-pixel */ "16 16 64 1", " c #624D273E13CD", ". c #639A27DD13F4", "X c #6EDC2C4B1640", "o c #71B72D8316D6", "O c #73FD2E611723", "+ c #8D8938911C60", "@ c #91963A3C1D36", "# c #94CD3B861DE8", "$ c #9F023F9C1FD6", "% c #A1E340B92064", "& c #A21D40E92073", "* c #A32F413A20C6", "= c #A52442142105", "- c #A94843B121D5", "; c #ABF844D32266", ": c #AE10459A22D9", "> c #B0F646BD2384", ", c #B206474823A0", "< c #B35347BF23DD", "1 c #B37D47CA23E6", "2 c #B52548712439", "3 c #B9BE4A5A2531", "4 c #BAB54ACC255A", "5 c #BCBA4B8525C5", "6 c #C02F4CE92673", "7 c #C1C04D6B26D7", "8 c #C2B84E0F26FD", "9 c #C56B4EE32773", "0 c #C6A24F6C27AC", "q c #C8B3505A2838", "w c #CBB2518028CF", "e c #CCB951E72908", "r c #CE2952702949", "t c #CEF352E42989", "y c #D14F53B829DD", "u c #D2E6547A2A42", "i c #D59B55B72ADA", "p c #D9FF579C2BC7", "a c #DB1357BF2BCE", "s c #DC7D58242C2C", "d c #DFBE59A62CCF", "f c #E17D5A312D1D", "g c #E3B75B172D8B", "h c #E36D5B3C2DC0", "j c #E6145C352E0C", "k c #E66F5C392E29", "l c #E7B35CB52E54", "z c #E90F5D262EB1", "x c #EAC55E1C2F3B", "c c #EE2E5F3D2FB2", "v c #F00E5FFB3008", "b c #F142607E3045", "n c #F25260EB307F", "m c #F315615130B1", "M c #F53962123112", "N c #F62D62B7315D", "B c #F75A6303317F", "V c #F8E7639F31D2", "C c #F94B64113207", "Z c #FB5664FA3288", "A c #FC0D658332C1", "S c #FCBE65183291", "D c #FEF766173310", "F c None", /* pixels */ "FFFFFFFFFFFFFFFF", "FFFFFFFFFFFFFFFF", "FFFFFFFFFFFFFFFF", "FFFFFFFFFFFFFFFF", "FFDFFFFFFFFFFFFF", "FDM9Dbr=ZfFFFFDw", "Fu#:w@<6roFZFb>o", "FVlaMlrw+FFzrMbz", "Fy*3r*39*FZf3Frl", "Du - + Eficas Pour OPENTURNS + + debian/patches/eficasTk.patch0000644000000000000000000000061211706534750013376 0ustar Index: eficas-6.3.0-1/eficasTk =================================================================== --- eficas-6.3.0-1.orig/eficasTk 2011-12-12 13:38:17.000000000 +0100 +++ eficas-6.3.0-1/eficasTk 2011-12-12 13:40:52.000000000 +0100 @@ -40,5 +40,5 @@ PYTHONEXECUTABLE=python fi -$PYTHONEXECUTABLE $eficasdir/Aster/eficas_aster.py $* +python /usr/share/pyshared/Aster/eficas_aster.py $* debian/patches/series0000644000000000000000000000013711717740144012041 0ustar setup.py.patch #eficasTk.patch #eficas_prefs.patch #python_sysadd.patch #aide.patch #doc.patch debian/patches/setup.py.patch0000644000000000000000000000240111717740144013430 0ustar Index: eficas-1.17.0-1/setup.py =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ eficas-1.17.0-1/setup.py 2010-04-06 14:11:12.000000000 +0200 @@ -0,0 +1,23 @@ +#!/usr/bin/python +from distutils.core import setup + + +setup (name = "eficas", + description="Aster Command File Editor", + version="6.3.0", + author="EDF", + author_email="", + url="http://www.code-aster.org/", + +packages=['Accas','Aide','Aster','convert', + 'Editeur','Extensions','generator','Ihm', + 'InterfaceQT4','UiQT4', + 'Noyau','Traducteur', + 'Validation','convert/Parserv5/','Openturns_Study','Openturns_Wrapper', + 'Aster/Cata/', + 'Aster/Cata/cataSTA9/', 'Aster/Cata/cataSTA9/SD/','Aster/Cata/cataSTA9/Macro/','Aster/Cata/cataSTA9/Utilitai/','Aster/Cata/cataSTA9/materiau/', + 'Aster/Cata/cataSTA10/','Aster/Cata/cataSTA10/SD','Aster/Cata/cataSTA10/Macro/','Aster/Cata/cataSTA10/Utilitai/','Aster/Cata/cataSTA10/materiau/','Aster/Cata/cataSTA10/Cata_Utils/', + 'Aster/Cata/cataSTA11/','Aster/Cata/cataSTA11/Cata_Utils','Aster/Cata/cataSTA11/materiau/'], + license="GPL", + long_description="The Aster command file editor... To help the user to build command file for Code Aster" +) debian/patches/eficas_prefs.patch0000644000000000000000000000142611361104254014267 0ustar Index: eficas-1.17.0-1/Aster/prefs_ASTER.py =================================================================== --- eficas-1.17.0-1.orig/Aster/prefs_ASTER.py 2010-04-06 11:13:45.000000000 +0200 +++ eficas-1.17.0-1/Aster/prefs_ASTER.py 2010-04-06 11:15:48.000000000 +0200 @@ -23,12 +23,14 @@ # REPINI sert à localiser le fichier editeur.ini # Obligatoire -REPINI=os.path.dirname(os.path.abspath(__file__)) +#REPINI=os.path.dirname(os.path.abspath(__file__)) +REPINI='/etc/eficas' repIni=REPINI # INSTALLDIR sert à localiser l'installation d'Eficas # Obligatoire -INSTALLDIR=os.path.join(REPINI,'..') +#INSTALLDIR=os.path.join(REPINI,'..') +INSTALLDIR='/usr/share/eficas' # CODE_PATH sert à localiser Noyau et Validation éventuellement # non contenus dans la distribution EFICAS debian/patches/python_sysadd.patch0000644000000000000000000001426611706534750014547 0ustar Index: eficas-6.3.0-1/Aster/prefs_ASTER.py =================================================================== --- eficas-6.3.0-1.orig/Aster/prefs_ASTER.py 2011-05-27 16:30:33.000000000 +0200 +++ eficas-6.3.0-1/Aster/prefs_ASTER.py 2011-12-12 16:02:06.000000000 +0100 @@ -44,7 +44,7 @@ EditeurDir=INSTALLDIR+"/Editeur" -sys.path[:0]=[INSTALLDIR] +sys.path[len(sys.path):]=[INSTALLDIR] ICONDIR=os.path.join(INSTALLDIR,'Editeur','icons') Index: eficas-6.3.0-1/Editeur/autre_analyse_cata.py =================================================================== --- eficas-6.3.0-1.orig/Editeur/autre_analyse_cata.py 2010-11-16 09:43:12.000000000 +0100 +++ eficas-6.3.0-1/Editeur/autre_analyse_cata.py 2011-12-12 16:02:06.000000000 +0100 @@ -24,9 +24,9 @@ """ if __name__ == "__main__" : import sys - sys.path[:0]=[".."] - sys.path[:0]=["../Aster"] - sys.path[:0]=["../Saturne"] + sys.path[len(sys.path):]=[".."] + sys.path[len(sys.path):]=["../Aster"] + sys.path[len(sys.path):]=["../Saturne"] from Accas import NUPL Index: eficas-6.3.0-1/Editeur/import_code.py =================================================================== --- eficas-6.3.0-1.orig/Editeur/import_code.py 2010-09-17 15:11:49.000000000 +0200 +++ eficas-6.3.0-1/Editeur/import_code.py 2011-12-12 16:02:05.000000000 +0100 @@ -42,10 +42,10 @@ # Ensuite on utilise les packages de l'intallation if hasattr(prefs_Code,'CODE_PATH'): if prefs_Code.CODE_PATH: - sys.path[:0]=[prefs_Code.CODE_PATH] + sys.path[len(sys.path):]=[prefs_Code.CODE_PATH] import Noyau,Validation del sys.path[0] -sys.path[:0]=[prefs_Code.INSTALLDIR] +sys.path[len(sys.path):]=[prefs_Code.INSTALLDIR] # Ensuite on surcharge eventuellement #if hasattr(prefs_Code,'CODE_PATH_SURCHARGE'): Index: eficas-6.3.0-1/InterfaceQT4/monOptions_OPENTURNS_STUDY.py =================================================================== --- eficas-6.3.0-1.orig/InterfaceQT4/monOptions_OPENTURNS_STUDY.py 2010-09-17 15:11:49.000000000 +0200 +++ eficas-6.3.0-1/InterfaceQT4/monOptions_OPENTURNS_STUDY.py 2011-12-12 16:02:04.000000000 +0100 @@ -203,7 +203,7 @@ self.configuration.OpenTURNS_path=str(self.LERepOT.text()) self.configuration.save_params() if self.configuration.OpenTURNS_path == "" : return - sys.path[:0]=[self.configuration.OpenTURNS_path] + sys.path[len(sys.path):]=[self.configuration.OpenTURNS_path] def ChangeSaveDir(self): if not os.path.isdir(self.LESaveDir.text()) : Index: eficas-6.3.0-1/InterfaceQT4/monOptions_OPENTURNS_WRAPPER.py =================================================================== --- eficas-6.3.0-1.orig/InterfaceQT4/monOptions_OPENTURNS_WRAPPER.py 2010-09-17 15:11:49.000000000 +0200 +++ eficas-6.3.0-1/InterfaceQT4/monOptions_OPENTURNS_WRAPPER.py 2011-12-12 16:02:03.000000000 +0100 @@ -203,7 +203,7 @@ self.configuration.OpenTURNS_path=str(self.LERepOT.text()) self.configuration.save_params() if self.configuration.OpenTURNS_path == "" : return - sys.path[:0]=[self.configuration.OpenTURNS_path] + sys.path[len(sys.path):]=[self.configuration.OpenTURNS_path] def ChangeSaveDir(self): if not os.path.isdir(self.LESaveDir.text()) : Index: eficas-6.3.0-1/Openturns_Study/configuration_OPENTURNS_STUDY.py =================================================================== --- eficas-6.3.0-1.orig/Openturns_Study/configuration_OPENTURNS_STUDY.py 2011-06-14 13:21:02.000000000 +0200 +++ eficas-6.3.0-1/Openturns_Study/configuration_OPENTURNS_STUDY.py 2011-12-12 16:02:02.000000000 +0100 @@ -56,7 +56,7 @@ if hasattr(self,'oldOTPath') and (self.OpenTURNS_path != self.oldOTPath): import sys sys.path.remove(self.oldOTPath) - sys.path[:0]=[self.OpenTURNS_path] + sys.path[len(sys.path):]=[self.OpenTURNS_path] self.oldOTPath=self.OpenTURNS_path def make_config(appli,rep): Index: eficas-6.3.0-1/Openturns_Study/prefs_OPENTURNS_STUDY.py =================================================================== --- eficas-6.3.0-1.orig/Openturns_Study/prefs_OPENTURNS_STUDY.py 2011-06-14 13:21:02.000000000 +0200 +++ eficas-6.3.0-1/Openturns_Study/prefs_OPENTURNS_STUDY.py 2011-12-12 16:02:03.000000000 +0100 @@ -49,5 +49,5 @@ OpenTURNS_path="" # Choix des catalogues if len(OpenTURNS_path) > 0: - sys.path[:0]=[OpenTURNS_path] -sys.path[:0]=[INSTALLDIR] + sys.path[len(sys.path):]=[OpenTURNS_path] +sys.path[len(sys.path):]=[INSTALLDIR] Index: eficas-6.3.0-1/Openturns_Wrapper/configuration_OPENTURNS_WRAPPER.py =================================================================== --- eficas-6.3.0-1.orig/Openturns_Wrapper/configuration_OPENTURNS_WRAPPER.py 2011-06-14 13:21:02.000000000 +0200 +++ eficas-6.3.0-1/Openturns_Wrapper/configuration_OPENTURNS_WRAPPER.py 2011-12-12 16:02:00.000000000 +0100 @@ -57,7 +57,7 @@ if hasattr(self,'oldOTPath') and (self.OpenTURNS_path != self.oldOTPath): import sys sys.path.remove(self.oldOTPath) - sys.path[:0]=[self.OpenTURNS_path] + sys.path[len(sys.path):]=[self.OpenTURNS_path] self.oldOTPath=self.OpenTURNS_path def make_config(appli,rep): Index: eficas-6.3.0-1/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py =================================================================== --- eficas-6.3.0-1.orig/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py 2011-06-14 13:21:02.000000000 +0200 +++ eficas-6.3.0-1/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py 2011-12-12 16:02:02.000000000 +0100 @@ -49,5 +49,5 @@ OpenTURNS_path="" # Choix des catalogues if len(OpenTURNS_path) > 0: - sys.path[:0]=[OpenTURNS_path] -sys.path[:0]=[INSTALLDIR] + sys.path[len(sys.path):]=[OpenTURNS_path] +sys.path[len(sys.path):]=[INSTALLDIR] Index: eficas-6.3.0-1/generator/OpenturnsSTD.py =================================================================== --- eficas-6.3.0-1.orig/generator/OpenturnsSTD.py 2010-09-17 15:11:51.000000000 +0200 +++ eficas-6.3.0-1/generator/OpenturnsSTD.py 2011-12-12 16:02:05.000000000 +0100 @@ -25,7 +25,7 @@ # Chargement du module systeme import sys -sys.path[:0]=['%s'] +sys.path[len(sys.path):]=['%s'] # Chargement du module math import math