From 56c9564a8ef1c41de94a9199a6325db7f93e4c26 Mon Sep 17 00:00:00 2001 From: eliyahu77 Date: Wed, 24 Aug 2022 16:22:08 +0300 Subject: [PATCH] update shebang Signed-off-by: eliyahu77 --- relayer/core/__init__.py | 2 +- relayer/relayer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/relayer/core/__init__.py b/relayer/core/__init__.py index bbf0074..115edfd 100644 --- a/relayer/core/__init__.py +++ b/relayer/core/__init__.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # Copyright 2022 Iguazio # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#!/usr/bin/env python import os import re diff --git a/relayer/relayer.py b/relayer/relayer.py index 368f808..870a666 100755 --- a/relayer/relayer.py +++ b/relayer/relayer.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # Copyright 2022 Iguazio # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#!/usr/bin/env python import os import sys