X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=v8_work%2FModifyNamespace.py;h=597af51db7b0642f696f8473241a8adee5517bca;hb=7fec49f652471e19ec29f46355aca6cc4845ed79;hp=d54ff8a77a58a8120d7fef62a86a18b652671b13;hpb=dabe863c59e31e8a944cef0dd8cbf0c6f3806be0;p=tools%2Fmedcoupling.git diff --git a/v8_work/ModifyNamespace.py b/v8_work/ModifyNamespace.py index d54ff8a77..597af51db 100644 --- a/v8_work/ModifyNamespace.py +++ b/v8_work/ModifyNamespace.py @@ -1,5 +1,24 @@ +# Copyright (C) 2016-2020 CEA/DEN, EDF R&D +# +# 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, or (at your option) any later version. +# +# 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. +# +# 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 +# + import os -#rep=("namespace ParaMEDMEM","namespace MEDCoupling") +rep=("namespace ParaMEDMEM","namespace MEDCoupling") rep=("ParaMEDMEM::","MEDCoupling::") #rep=("ParaMEDMEMImpl::","MEDCouplingImpl::") @@ -27,14 +46,14 @@ def rep1(dirname,rep): i+=rep0(fi2,rep) return i -dirs=["MEDCoupling","MEDCoupling/Test","MEDLoader","MEDLoader/Swig","MEDLoader/Test","MEDPartitioner","MEDPartitioner/Test","MEDPartitioner_Swig","RENUMBER","RENUMBER_Swig","INTERP_KERNELTest","ParaMEDMEM","ParaMEDLoader","ParaMEDMEMTest","ParaMEDMEM_Swig","doc/user/doxygen/fakesources","doc/user/doxygen/doxy2swig","doc/user/doxygen/doxfiles"] +dirs=["MEDCoupling","MEDCoupling/Test","MEDLoader","MEDLoader/Swig","MEDLoader/Test","MEDPartitioner","MEDPartitioner/Test","MEDPartitioner_Swig","RENUMBER","RENUMBER_Swig","INTERP_KERNELTest","ParaMEDMEM","ParaMEDLoader","ParaMEDMEMTest","ParaMEDMEM_Swig","doc/user/doxygen/fakesources","doc/user/doxygen/doxy2swig","doc/user/doxygen/doxfiles","/home/H87074/salome/DEV/modules/src/MED/src/MEDCouplingCorba","/home/H87074/salome/DEV/modules/src/MED/src/MEDCouplingCorba/Client","/home/H87074/salome/DEV/modules/src/MED/src/MEDCouplingCorba/Test","/home/H87074/salome/DEV/modules/src/MED/src/MEDCalc/cmp","/home/H87074/salome/DEV/modules/src/MED/src/MEDCalculator","/home/H87074/salome/DEV/modules/src/MED/src/MEDCalculator/Swig","/home/H87074/salome/DEV/modules/src/MED/src/MEDCalculator/Test","/home/H87074/salome/DEV/modules/src/PARAVIS/src/Plugins/MEDReader/IO"] dirname=dirs[-1] i=0 - -for r,dirs,fis in os.walk(dirname): +print(rep1(dirname,rep)) +"""for r,dirs,fis in os.walk(dirname): for fi in fis: if os.path.splitext(fi)[1] not in [".dox",".doxy"]: continue i+=rep0(os.path.join(r,fi),rep) -print i +print i"""