~raoul-snyman/openlp/pyqt5

« back to all changes in this revision

Viewing changes to openlp/core/utils/__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:
56
56
 
57
57
from openlp.core.common import translate
58
58
 
59
 
log = logging.getLogger(__name__)
 
59
log = logging.getLogger(__name__+'.__init__')
 
60
 
60
61
APPLICATION_VERSION = {}
61
62
IMAGES_FILTER = None
62
63
ICU_COLLATOR = None