Add shebang to test script
This commit is contained in:
parent
d02aaf2495
commit
189901033a
1 changed files with 1 additions and 0 deletions
1
test.py
Normal file → Executable file
1
test.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import mocha_server
|
||||
|
||||
#mocha_server.insert_row(4, 'andrew')
|
||||
|
|
Reference in a new issue