Projet

Général

Profil

Tâche #30643

Mis à jour par Joël Cuissinat il y a plus de 3 ans

En essayant de ne pas interférer avec le travail en cours dans #30507, , je constate qu'il reste encore beaucoup de shebang "python2" dans creole :

----

setup.py:#!/usr/bin/env python
data/gen_certif.py:#!/usr/bin/env python
data/testpatches.py:#! /usr/bin/env python
data/diag.py:#!/usr/bin/env python
Fichier binaire .git/index correspondant
Fichier binaire .git/objects/pack/pack-f7c0a20261f401a9a1940c23f538314eb7c5ba88.pack correspondant
schedule/schedule:#!/usr/bin/env python
upgrade/Upgrade-Auto:#!/usr/bin/python -u
upgrade/EOLEPostInstallScripts.py:#!/usr/bin/python
scripts/ParsePEM.py:#!/usr/bin/python
scripts/manage_schedule:#!/usr/bin/env python
creole/wpkg_secrets.py:#! /usr/bin/env python
creole/client.py:#!/usr/bin/python
creole/upgrade24.py:#!/usr/bin/env python
creole/lint/creolelint.py:#!/usr/bin/env python
creole/lint/parsetemplate.py:#!/usr/bin/python
creole/upgrade.py:#!/usr/bin/env python
creole/server.py:#!/usr/bin/env python
bin/CreoleSet:#!/usr/bin/python
bin/CreoleLock:#!/usr/bin/env python
bin/Maj-Release:#! /usr/bin/python
bin/Maj-Auto: # rechargement des modules python (#7832)
bin/gen_patch:#!/usr/bin/env python

----

Retour