added mac support
This commit is contained in:
parent
c8d9e9ebbe
commit
d475c24497
@ -2,7 +2,7 @@ import os
|
||||
|
||||
class Syncplay(object):
|
||||
def __init__(self):
|
||||
if(os.name == 'posix'):
|
||||
if(os.name <> 'nt'):
|
||||
from syncplay.SyncplayMplayer import SyncplayMplayer
|
||||
SyncplayMplayer()
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user