Add some more comments.

This commit is contained in:
Martin Zibricky 2012-09-15 13:18:47 +02:00
parent 41980a3a46
commit 803d6bbe98

View File

@ -111,7 +111,7 @@ class MediaController(object):
if sys.platform == 'darwin' and filename == 'vlcplayer.py':
continue
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)
if os.path.isfile(path):
modulename = u'openlp.core.ui.media.' + \