added blank lines

This commit is contained in:
Andreas Preikschat 2013-01-11 20:36:28 +01:00
parent 159e23d4c9
commit f1a8bad78e
4 changed files with 7 additions and 0 deletions

View File

@ -37,8 +37,10 @@ from PyQt4 import QtCore
from openlp.core.lib import Receiver, translate
log = logging.getLogger(__name__)
class ScreenList(object):
"""
Wrapper to handle the parameters of the display screen.

View File

@ -40,8 +40,10 @@ from openlp.core.lib import SlideLimits, ScreenList
from openlp.core.lib.theme import ThemeLevel
from openlp.core.lib import UiStrings
log = logging.getLogger(__name__)
# Fix for bug #1014422.
X11_BYPASS_DEFAULT = True
if sys.platform.startswith(u'linux'):

View File

@ -36,6 +36,7 @@ from PyQt4 import QtCore, QtGui
from openlp.core.lib import build_icon, translate, Receiver, UiStrings
from openlp.core.utils.actions import ActionList
log = logging.getLogger(__name__)

View File

@ -33,8 +33,10 @@ import logging
from openlp.core.lib import translate
log = logging.getLogger(__name__)
class UiStrings(object):
"""
Provide standard strings for objects to use.