forked from openlp/openlp
Tidied up blank lines between class definitions (again)
This commit is contained in:
parent
d26de263f3
commit
21d0e93505
@ -42,8 +42,8 @@ class MediaType(object):
|
||||
"""
|
||||
Audio = 1
|
||||
Video = 2
|
||||
|
||||
|
||||
|
||||
|
||||
class SlideLimits(object):
|
||||
"""
|
||||
Provides an enumeration for behaviour of OpenLP at the end limits of each
|
||||
@ -52,8 +52,8 @@ class SlideLimits(object):
|
||||
End = 1
|
||||
Wrap = 2
|
||||
Next = 3
|
||||
|
||||
|
||||
|
||||
|
||||
class ServiceItemAction(object):
|
||||
"""
|
||||
Provides an enumeration for the required action moving between service
|
||||
|
@ -47,7 +47,7 @@ class ServiceItemType(object):
|
||||
Image = 2
|
||||
Command = 3
|
||||
|
||||
|
||||
|
||||
class ItemCapabilities(object):
|
||||
"""
|
||||
Provides an enumeration of a serviceitem's capabilities
|
||||
|
Loading…
Reference in New Issue
Block a user