From a5fa34fe20b3ae5cd6923ef5caba44aeeccccdb1 Mon Sep 17 00:00:00 2001 From: Louis Date: Sat, 24 May 2014 16:32:49 +0200 Subject: [PATCH] corrections --- songbook_core/content/example | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/songbook_core/content/example b/songbook_core/content/example index 190cc997..061fe599 100644 --- a/songbook_core/content/example +++ b/songbook_core/content/example @@ -10,12 +10,6 @@ import songbook.content class Example(songbook.content.Content): """Content item of type 'example'.""" - def __init__(self): - """Initialization. - - No signature is imposed.""" - pass - def render(self, TODO): """Render this content item. @@ -52,6 +46,7 @@ class Example(songbook.content.Content): def end_block(self, TODO): """Return the string to end a block.""" + return "" def parse(keyword, arguments):