From 62ae70e60538d2a7f79598f581f6f219f7ca0c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 4 May 2018 15:11:29 +0200 Subject: [PATCH] fix: shebang --- fake_smtp.py | 2 +- mail_to_misp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fake_smtp.py b/fake_smtp.py index ce37395..d47b50e 100755 --- a/fake_smtp.py +++ b/fake_smtp.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python import sys from pathlib import Path import importlib diff --git a/mail_to_misp.py b/mail_to_misp.py index ff6fb60..a2810a1 100755 --- a/mail_to_misp.py +++ b/mail_to_misp.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # -*- coding: utf-8 -*- import sys