Skip to content

Commit 57f0fa4

Browse files
authored
Merge pull request #147 from DipendraChandel/add-python-shebang
Add python3 shebang to executable scripts
2 parents 83236e9 + bfee9d5 commit 57f0fa4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

fetch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import json
24
import logging
35
import os

render.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import json
24
import logging
35
import os

0 commit comments

Comments
 (0)