From ef8ac2a2c5834b99b4b8aa18d14e796424bf0696 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 30 Apr 2018 19:49:11 +0200 Subject: [PATCH] Python2 --- bin/archive_ezfio.py | 2 +- bin/unarchive_ezfio.py | 2 +- configure.py | 2 +- src/create_ocaml.py | 2 +- src/create_python.py | 2 +- src/ezfio-head.py | 2 +- src/groups.py | 2 +- src/groups_templates.py | 2 +- src/read_config.py | 2 +- src/test.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/archive_ezfio.py b/bin/archive_ezfio.py index cb09c9f..b2fa22c 100755 --- a/bin/archive_ezfio.py +++ b/bin/archive_ezfio.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys import os diff --git a/bin/unarchive_ezfio.py b/bin/unarchive_ezfio.py index 8a1f7ef..96b9077 100755 --- a/bin/unarchive_ezfio.py +++ b/bin/unarchive_ezfio.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys import os diff --git a/configure.py b/configure.py index 0f86bb3..01ab439 100755 --- a/configure.py +++ b/configure.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import os,sys diff --git a/src/create_ocaml.py b/src/create_ocaml.py index db2cc06..0445d1a 100755 --- a/src/create_ocaml.py +++ b/src/create_ocaml.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # EZFIO is an automatic generator of I/O libraries # Copyright (C) 2009 Anthony SCEMAMA, CNRS # diff --git a/src/create_python.py b/src/create_python.py index 1b5e0b4..5954d8d 100755 --- a/src/create_python.py +++ b/src/create_python.py @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env python2 # EZFIO is an automatic generator of I/O libraries # Copyright (C) 2009 Anthony SCEMAMA, CNRS # diff --git a/src/ezfio-head.py b/src/ezfio-head.py index d38091d..71e85c1 100644 --- a/src/ezfio-head.py +++ b/src/ezfio-head.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # EZFIO is an automatic generator of I/O libraries # Copyright (C) 2009 Anthony SCEMAMA, CNRS # diff --git a/src/groups.py b/src/groups.py index 27f69c8..d867000 100644 --- a/src/groups.py +++ b/src/groups.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # EZFIO is an automatic generator of I/O libraries # Copyright (C) 2009 Anthony SCEMAMA, CNRS # diff --git a/src/groups_templates.py b/src/groups_templates.py index 1150088..4098b76 100644 --- a/src/groups_templates.py +++ b/src/groups_templates.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # EZFIO is an automatic generator of I/O libraries # Copyright (C) 2009 Anthony SCEMAMA, CNRS # diff --git a/src/read_config.py b/src/read_config.py index 743377a..3508c9c 100644 --- a/src/read_config.py +++ b/src/read_config.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # EZFIO is an automatic generator of I/O libraries # Copyright (C) 2009 Anthony SCEMAMA, CNRS # diff --git a/src/test.py b/src/test.py index e6540d1..d781fb7 100755 --- a/src/test.py +++ b/src/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # EZFIO is an automatic generator of I/O libraries # Copyright (C) 2009 Anthony SCEMAMA, CNRS #