Import OS into mpv for getExpandedPath

This commit is contained in:
Etoh 2013-10-15 01:14:54 +01:00
parent 400731d8f7
commit 2976dc51f5

View File

@ -1,5 +1,6 @@
from syncplay.players.mplayer import MplayerPlayer
from syncplay import constants
import os
class MpvPlayer(MplayerPlayer):
SLAVE_ARGS = constants.MPV_SLAVE_ARGS