Added shebang line to make syncplayClient.py executable on Linux.

This commit is contained in:
daniel-123 2012-09-25 19:09:42 +02:00
parent 4b5550fb24
commit df633cfab6

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import os
class Syncplay(object):