Add shebang
This commit is contained in:
parent
0baab314ed
commit
11dd849b5c
1 changed files with 2 additions and 0 deletions
2
numberdealers/users.py
Normal file → Executable file
2
numberdealers/users.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from os.path import expanduser
|
||||
import json
|
||||
|
||||
|
|
Loading…
Reference in a new issue