~raoul-snyman/openlp/pyqt5

« back to all changes in this revision

Viewing changes to openlp/core/ui/media/__init__.py

  • Committer: Tim Bentley
  • Date: 2014-02-25 19:44:43 UTC
  • mfrom: (2318.2.38 refactor)
  • Revision ID: tim.bentley@gmail.com-20140225194443-3el155wgi8j9nkn6
More Cleanups , Renderer and MainDisplay updated and basic tests added!
PEP8 changes to Alerts and SongUsage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
from PyQt4 import QtCore
37
37
 
38
 
log = logging.getLogger(__name__)
 
38
log = logging.getLogger(__name__+'.__init__')
39
39
 
40
40
 
41
41
class MediaState(object):