diff --git a/openlp/core/lib/__init__.py b/openlp/core/lib/__init__.py index d0a75f180..4d8ba6bec 100644 --- a/openlp/core/lib/__init__.py +++ b/openlp/core/lib/__init__.py @@ -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 diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index f6ac2cdf9..9878e1f24 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -47,7 +47,7 @@ class ServiceItemType(object): Image = 2 Command = 3 - + class ItemCapabilities(object): """ Provides an enumeration of a serviceitem's capabilities