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-
-schedule/schedule:#!/usr/bin/env python-
-upgrade/Upgrade-Auto:#!/usr/bin/python @-u@- upgrade/Upgrade-Auto:#!/usr/bin/python @-u@
-upgrade/EOLEPostInstallScripts.py:#!/usr/bin/python- upgrade/EOLEPostInstallScripts.py:#!/usr/bin/python
scripts/ParsePEM.py:#!/usr/bin/python
-scripts/manage_schedule:#!/usr/bin/env python-
-creole/wpkg_secrets.py:#! creole/wpkg_secrets.py:#! /usr/bin/env python- python
-creole/client.py:#!/usr/bin/python- creole/client.py:#!/usr/bin/python
-creole/upgrade24.py:#!/usr/bin/env python- creole/upgrade24.py:#!/usr/bin/env python
-creole/lint/creolelint.py:#!/usr/bin/env python- creole/lint/creolelint.py:#!/usr/bin/env python
-creole/lint/parsetemplate.py:#!/usr/bin/python- creole/lint/parsetemplate.py:#!/usr/bin/python
-creole/upgrade.py:#!/usr/bin/env python- creole/upgrade.py:#!/usr/bin/env python
-creole/server.py:#!/usr/bin/env python- creole/server.py:#!/usr/bin/env python
-bin/CreoleSet:#!/usr/bin/python- (#30568)
-bin/CreoleLock:#!/usr/bin/env python-
-bin/Maj-Release:#! /usr/bin/python- bin/Maj-Release:#! /usr/bin/python
-bin/gen_patch:#!/usr/bin/env python-

----

Retour