opensong

class openlp.plugins.bibles.lib.opensong.OpenSongBible(parent, **kwargs)[source]

Bases: openlp.plugins.bibles.lib.db.BibleDB

OpenSong Bible format importer class.

do_import(bible_name=None)[source]

Loads a Bible from file.

get_text(element)[source]

Recursively get all text in an objectify element and its child elements.

Parameters:element – An objectify element to get the text from