Tidied up blank lines between class definitions (again)

This commit is contained in:
Jonathan Stafford 2012-01-30 06:13:51 +08:00
parent d26de263f3
commit 21d0e93505
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -47,7 +47,7 @@ class ServiceItemType(object):
Image = 2
Command = 3
class ItemCapabilities(object):
"""
Provides an enumeration of a serviceitem's capabilities