Fix shebang

This commit is contained in:
louis chauvet 2018-11-12 21:46:27 +01:00
parent 8fdc8825b3
commit 8304986260
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# coding: utf8 # coding: utf8
import json import json

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# coding: utf8 # coding: utf8
import json import json