From 1902ba8f7656a9d5143e16033b5f7eac7e5369d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 8 May 2018 15:41:08 +0200 Subject: [PATCH] chg: Make sure the scripts are started with python3. --- 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 b9e97ef..0e96e2e 100755 --- a/fake_smtp.py +++ b/fake_smtp.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import ssl from pathlib import Path import importlib diff --git a/mail_to_misp.py b/mail_to_misp.py index 35b1c3e..5373461 100755 --- a/mail_to_misp.py +++ b/mail_to_misp.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import os