forked from openlp/openlp
added blank lines
This commit is contained in:
parent
159e23d4c9
commit
f1a8bad78e
@ -37,8 +37,10 @@ from PyQt4 import QtCore
|
|||||||
|
|
||||||
from openlp.core.lib import Receiver, translate
|
from openlp.core.lib import Receiver, translate
|
||||||
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class ScreenList(object):
|
class ScreenList(object):
|
||||||
"""
|
"""
|
||||||
Wrapper to handle the parameters of the display screen.
|
Wrapper to handle the parameters of the display screen.
|
||||||
|
@ -40,8 +40,10 @@ from openlp.core.lib import SlideLimits, ScreenList
|
|||||||
from openlp.core.lib.theme import ThemeLevel
|
from openlp.core.lib.theme import ThemeLevel
|
||||||
from openlp.core.lib import UiStrings
|
from openlp.core.lib import UiStrings
|
||||||
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
# Fix for bug #1014422.
|
# Fix for bug #1014422.
|
||||||
X11_BYPASS_DEFAULT = True
|
X11_BYPASS_DEFAULT = True
|
||||||
if sys.platform.startswith(u'linux'):
|
if sys.platform.startswith(u'linux'):
|
||||||
|
@ -36,6 +36,7 @@ from PyQt4 import QtCore, QtGui
|
|||||||
from openlp.core.lib import build_icon, translate, Receiver, UiStrings
|
from openlp.core.lib import build_icon, translate, Receiver, UiStrings
|
||||||
from openlp.core.utils.actions import ActionList
|
from openlp.core.utils.actions import ActionList
|
||||||
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@ -33,8 +33,10 @@ import logging
|
|||||||
|
|
||||||
from openlp.core.lib import translate
|
from openlp.core.lib import translate
|
||||||
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class UiStrings(object):
|
class UiStrings(object):
|
||||||
"""
|
"""
|
||||||
Provide standard strings for objects to use.
|
Provide standard strings for objects to use.
|
||||||
|
Loading…
Reference in New Issue
Block a user