mirror of https://github.com/MISP/mail_to_misp
chg: Make sure the scripts are started with python3.
parent
f3bf811237
commit
1902ba8f76
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
import ssl
|
||||
from pathlib import Path
|
||||
import importlib
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue