chg: Make sure the scripts are started with python3.

tests
Raphaël Vinot 2018-05-08 15:41:08 +02:00
parent f3bf811237
commit 1902ba8f76
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import ssl
from pathlib import Path
import importlib

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import os