fix: shebang

slight_refactoring
Raphaël Vinot 2018-05-04 15:11:29 +02:00
parent 3cd2863f42
commit 62ae70e605
2 changed files with 2 additions and 2 deletions

View File

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

View File

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