forked from openlp/openlp
Add some more comments.
This commit is contained in:
parent
41980a3a46
commit
803d6bbe98
@ -111,7 +111,7 @@ class MediaController(object):
|
|||||||
if sys.platform == 'darwin' and filename == 'vlcplayer.py':
|
if sys.platform == 'darwin' and filename == 'vlcplayer.py':
|
||||||
continue
|
continue
|
||||||
if filename.endswith(u'player.py') and not \
|
if filename.endswith(u'player.py') and not \
|
||||||
filename == 'media_player.py':
|
filename == 'media_player.py': # TODO This file was renamed.
|
||||||
path = os.path.join(controller_dir, filename)
|
path = os.path.join(controller_dir, filename)
|
||||||
if os.path.isfile(path):
|
if os.path.isfile(path):
|
||||||
modulename = u'openlp.core.ui.media.' + \
|
modulename = u'openlp.core.ui.media.' + \
|
||||||
|
Loading…
Reference in New Issue
Block a user