Added shebang line to make syncplayClient.py executable on Linux.
This commit is contained in:
parent
4b5550fb24
commit
df633cfab6
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
class Syncplay(object):
|
class Syncplay(object):
|
||||||
@ -10,4 +12,4 @@ class Syncplay(object):
|
|||||||
SyncplayMPC()
|
SyncplayMPC()
|
||||||
|
|
||||||
if(__name__ == '__main__'):
|
if(__name__ == '__main__'):
|
||||||
Syncplay()
|
Syncplay()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user