A blank line!

This commit is contained in:
Samuel Mehrbrodt 2014-07-04 10:35:24 +02:00
parent 87eb8804de
commit 953adf7145
2 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,6 @@ class PowerPraiseImport(SongImport):
verse_order_list = [] verse_order_list = []
for item in root.order.item: for item in root.order.item:
verse_order_list.append(str(item)) verse_order_list.append(str(item))
count = 0 count = 0
for part in root.songtext.part: for part in root.songtext.part:
count += 1 count += 1

View File

@ -15,4 +15,4 @@
"v3" "v3"
] ]
] ]
} }