Changed default program to run syncplay (python to python2) in *nix

This commit is contained in:
Uriziel 2014-12-07 16:16:29 +01:00
parent f6221f2a9a
commit 29f109f1fb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import site, sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#coding:utf8
import site, sys