Add explicit python3 shebang to __init__.py.
This commit is contained in:
parent
4600ce59a3
commit
f34540d26d
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import json
|
||||
|
|
Loading…
Reference in a new issue