]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Do not use bare "except:" instruction emc2p/gdd/take_into_account_virtualenv
authorGilles DAVID <gilles-g.david@edf.fr>
Thu, 3 Jun 2021 14:31:58 +0000 (16:31 +0200)
committerGilles DAVID <gilles-g.david@edf.fr>
Thu, 3 Jun 2021 14:41:56 +0000 (16:41 +0200)
commitaab9050aad963ef0613bee956ba6de03817e21a5
tree11ebd6d1ae2838dbd76990abd30e263d2f9f95cc
parent427a91cc50ebccbfa98c4b95c1a380dc6c6cab89
Do not use bare "except:" instruction

We are in python3: no more need to inherite classes from object.
38 files changed:
bin/PortManager.py
bin/addToKillList.py
bin/appli_gen.py
bin/appliskel/salome_tester/salome_instance.py
bin/appliskel/salome_tester/salome_test_driver.py
bin/appliskel/salome_tester/salome_test_driver_gui.py
bin/killSalome.py
bin/killSalomeWithPort.py
bin/launchConfigureParser.py
bin/nameserver.py
bin/orbmodule.py
bin/runSalome.py
bin/runSession.py
bin/salomeContext.py
bin/salomeContextUtils.py.in
bin/salome_utils.py
bin/searchFreePort.py
bin/server.py
bin/setenv.py
doc/salome/tui/pythfilter.py
salome_adm/prepare_generating_doc.py
src/Container/SALOME_Container.py
src/Container/SALOME_ContainerPy.py
src/Container/SALOME_PyNode.py
src/KERNEL_PY/__init__.py
src/KERNEL_PY/kernel/enumerate.py
src/KERNEL_PY/kernel/studyedit.py
src/KERNEL_PY/kernel/testdata.py
src/KERNEL_PY/salome_iapp.py
src/KERNEL_PY/salome_notebook.py
src/KERNEL_PY/salome_version.py
src/Launcher/launcher_proxy.py
src/Logger/Test/TestKiller.py
src/NamingService/SALOME_NamingServicePy.py
src/SALOMEDS/SALOME_DriverPy.py
src/SALOMESDS/SALOMEGlobalVarHelper.py
src/SALOMESDS/SalomeSDSClt.py
src/Utils/Utils_Identity.py