fixed indentation

This commit is contained in:
Andreas Preikschat 2013-01-10 21:09:27 +01:00
parent 306919d15f
commit a8588e0de5
9 changed files with 50 additions and 50 deletions

View File

@ -122,7 +122,7 @@ __defaultValues__ = {
u'alerts/background color': u'#660000',
u'alerts/font color': u'#ffffff',
u'alerts/timeout': 5
}
}
class AlertsPlugin(Plugin):

View File

@ -57,7 +57,7 @@ __defaultValues__ = {
u'bibles/quick bible': u'Afrikaans Bybel',
u'bibles/end separator': u'',
u'bibles/last search type': BibleSearch.Reference
}
}
class BiblePlugin(Plugin):

View File

@ -39,7 +39,7 @@ __defaultValues__ = {
u'images/images count': 0,
u'images/background color': u'#000000',
u'images/status': PluginStatus.Inactive
}
}
class ImagePlugin(Plugin):
log.info(u'Image Plugin loaded')

View File

@ -41,7 +41,7 @@ __defaultValues__ = {
u'media/media auto start': QtCore.Qt.Unchecked,
u'media/status': PluginStatus.Inactive,
u'media/players': u'webkit'
}
}
class MediaPlugin(Plugin):
log.info(u'%s MediaPlugin loaded', __name__)

View File

@ -46,7 +46,7 @@ __defaultValues__ = {
u'presentations/Powerpoint': 2,
u'presentations/status': PluginStatus.Inactive,
u'presentations/Powerpoint Viewer': 2
}
}
class PresentationPlugin(Plugin):

View File

@ -39,7 +39,7 @@ __defaultValues__ = {
u'remotes/status': PluginStatus.Inactive,
u'remotes/port': 4316,
u'remotes/ip address': u'0.0.0.0'
}
}
class RemotesPlugin(Plugin):

View File

@ -52,7 +52,7 @@ __defaultValues__ = {
u'songs/add song from service': True,
u'songs/display songbar': True,
u'songs/last search type': SongSearch.Entire
}
}
class SongsPlugin(Plugin):
"""

View File

@ -46,7 +46,7 @@ __defaultValues__ = {
u'songusage/db type': u'sqlite',
u'songusage/status': PluginStatus.Inactive,
u'songusage/active': False,
}
}
class SongUsagePlugin(Plugin):
log.info(u'SongUsage Plugin loaded')