Made importer list sorted, again.

This commit is contained in:
Tomas Groth 2016-01-08 20:53:58 +01:00
parent 21b8388069
commit 211f93a921

View File

@ -153,23 +153,23 @@ class SongFormat(object):
EasyWorshipDB = 6 EasyWorshipDB = 6
EasyWorshipService = 7 EasyWorshipService = 7
FoilPresenter = 8 FoilPresenter = 8
MediaShout = 9 Lyrix = 9
OpenSong = 10 MediaShout = 10
PowerPraise = 11 OpenSong = 11
PowerSong = 12 PowerPraise = 12
PresentationManager = 13 PowerSong = 13
ProPresenter = 14 PresentationManager = 14
SongBeamer = 15 ProPresenter = 15
SongPro = 16 SongBeamer = 16
SongShowPlus = 17 SongPro = 17
SongsOfFellowship = 18 SongShowPlus = 18
SundayPlus = 19 SongsOfFellowship = 19
WordsOfWorship = 20 SundayPlus = 20
WorshipAssistant = 21 VideoPsalm = 21
WorshipCenterPro = 22 WordsOfWorship = 22
ZionWorx = 23 WorshipAssistant = 23
Lyrix = 24 WorshipCenterPro = 24
VideoPsalm = 25 ZionWorx = 25
# Set optional attribute defaults # Set optional attribute defaults
__defaults__ = { __defaults__ = {