forked from openlp/openlp
Corrected docstring lengths
This commit is contained in:
parent
d3ee43965f
commit
590aef4a87
@ -1,3 +0,0 @@
|
|||||||
[Dolphin]
|
|
||||||
Timestamp=2010,8,20,16,22,57
|
|
||||||
ViewMode=1
|
|
@ -100,8 +100,8 @@ class CCLIFileImport(SongImport):
|
|||||||
|
|
||||||
def do_import_usr_file(self, textList):
|
def do_import_usr_file(self, textList):
|
||||||
"""
|
"""
|
||||||
The :method:`do_import_usr_file` method provides OpenLP with the ability to
|
The :method:`do_import_usr_file` method provides OpenLP with
|
||||||
import CCLI SongSelect songs in *USR* file format
|
the ability to import CCLI SongSelect songs in *USR* file format
|
||||||
|
|
||||||
``textList``
|
``textList``
|
||||||
An array of strings containing the usr file content.
|
An array of strings containing the usr file content.
|
||||||
@ -123,7 +123,8 @@ class CCLIFileImport(SongImport):
|
|||||||
e.g. *Author=LeBlanc, Lenny | Baloche, Paul*
|
e.g. *Author=LeBlanc, Lenny | Baloche, Paul*
|
||||||
``Copyright=``
|
``Copyright=``
|
||||||
Contains a | delimited list of the song copyrights
|
Contains a | delimited list of the song copyrights
|
||||||
e.g. Copyright=1999 Integrity's Hosanna! Music | LenSongs Publishing (Verwaltet von Gerth Medien Musikverlag) | (Verwaltet von Gerth Medien Musikverlag)
|
e.g. Copyright=1999 Integrity's Hosanna! Music | LenSongs
|
||||||
|
Publishing (Verwaltet von Gerth Medien Musikverlag)
|
||||||
``Admin=``
|
``Admin=``
|
||||||
Contains the song administrator
|
Contains the song administrator
|
||||||
e.g. *Admin=Gerth Medien Musikverlag*
|
e.g. *Admin=Gerth Medien Musikverlag*
|
||||||
@ -201,8 +202,8 @@ class CCLIFileImport(SongImport):
|
|||||||
|
|
||||||
def do_import_txt_file(self, textList):
|
def do_import_txt_file(self, textList):
|
||||||
"""
|
"""
|
||||||
The :method:`do_import_txt_file` method provides OpenLP with the ability to
|
The :method:`do_import_txt_file` method provides OpenLP with
|
||||||
import CCLI SongSelect songs in *TXT* file format
|
the ability to import CCLI SongSelect songs in *TXT* file format
|
||||||
|
|
||||||
``textList``
|
``textList``
|
||||||
An array of strings containing the txt file content.
|
An array of strings containing the txt file content.
|
||||||
@ -238,7 +239,8 @@ class CCLIFileImport(SongImport):
|
|||||||
``Song Authors``
|
``Song Authors``
|
||||||
e.g. Lenny LeBlanc | Paul Baloche
|
e.g. Lenny LeBlanc | Paul Baloche
|
||||||
``Licencing info``
|
``Licencing info``
|
||||||
e.g. For use solely with the SongSelect Terms of Use. All rights Reserved. www.ccli.com
|
e.g. For use solely with the SongSelect Terms of Use.
|
||||||
|
All rights Reserved. www.ccli.com
|
||||||
``CCLI Licence number of user``
|
``CCLI Licence number of user``
|
||||||
e.g. CCL-Liedlizenznummer: 14 / CCLI License No. 14
|
e.g. CCL-Liedlizenznummer: 14 / CCLI License No. 14
|
||||||
"""
|
"""
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
[Dolphin]
|
|
||||||
Timestamp=2010,8,21,16,21,36
|
|
||||||
ViewMode=1
|
|
Loading…
Reference in New Issue
Block a user